summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:17:20 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2007-06-01 22:17:20 +0000
commit58ad2e98c3259e50aa3a31fc5dceb973d75c424b (patch)
tree3a296a176c89b851c6b1ed55c81f6af9f29e2871
parent9227ac5eb885bcf60cc311bedffd8198aa841dcb (diff)
downloadlibapr-58ad2e98c3259e50aa3a31fc5dceb973d75c424b.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> Backport: 543642 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x@543643 13f79535-47bb-0310-9956-ffa450edef68
-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 b7297768a..b40b49e30 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"