diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2002-03-17 23:16:46 +0000 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2002-03-17 23:16:46 +0000 |
commit | 1ac88a89cbd75a5502c4181f51d7617125df7e0a (patch) | |
tree | d7c08abc640f79f38e9e0e128aeff4084e817dbe /misc | |
parent | 8daaa6989dc2516479e4cebc00282e79e78d10e6 (diff) | |
download | apr-1ac88a89cbd75a5502c4181f51d7617125df7e0a.tar.gz |
For CommandLineFromArgvW() if WinNT is defined.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63148 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/win32/start.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/win32/start.c b/misc/win32/start.c index 0cf13abb2..36fc7ac6c 100644 --- a/misc/win32/start.c +++ b/misc/win32/start.c @@ -56,6 +56,7 @@ #include "apr_general.h" #include "apr_pools.h" #include "apr_signal.h" +#include "ShellAPI.h" #include "misc.h" /* for WSAHighByte / WSALowByte */ #include "wchar.h" |