summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:16:58 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:16:58 +0000
commit1acf18580675f8db8a8ce5b5f1f8e5b83fa41610 (patch)
tree42ecf86a6bbc1eb4f7e8873325c21f9181b07f12 /misc
parent1be6d83180337a782102bb6ef1154ead370c4e1b (diff)
downloadlibapr-1acf18580675f8db8a8ce5b5f1f8e5b83fa41610.tar.gz
Apparently xcompiles on unix are depending on lower case names, and of
course these includes are case sensitive. PR: 41916/patch segment 3/4 Submitted by: Kouhei Sutou <kou cozmixng.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@543642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/win32/start.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/win32/start.c b/misc/win32/start.c
index 8522101e2..6be557e02 100644
--- a/misc/win32/start.c
+++ b/misc/win32/start.c
@@ -18,7 +18,7 @@
#include "apr_general.h"
#include "apr_pools.h"
#include "apr_signal.h"
-#include "ShellAPI.h"
+#include "shellapi.h"
#include "apr_arch_misc.h" /* for WSAHighByte / WSALowByte */
#include "wchar.h"