You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2007/06/02 00:17:21 UTC

svn commit: r543643 - /apr/apr/branches/1.2.x/misc/win32/start.c

Author: wrowe
Date: Fri Jun  1 15:17:20 2007
New Revision: 543643

URL: http://svn.apache.org/viewvc?view=rev&rev=543643
Log:
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

Modified:
    apr/apr/branches/1.2.x/misc/win32/start.c

Modified: apr/apr/branches/1.2.x/misc/win32/start.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.2.x/misc/win32/start.c?view=diff&rev=543643&r1=543642&r2=543643
==============================================================================
--- apr/apr/branches/1.2.x/misc/win32/start.c (original)
+++ apr/apr/branches/1.2.x/misc/win32/start.c Fri Jun  1 15:17:20 2007
@@ -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"