You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2009/06/30 21:40:51 UTC

svn commit: r789902 - /apr/apr/branches/1.3.x/file_io/win32/open.c

Author: fuankg
Date: Tue Jun 30 19:40:51 2009
New Revision: 789902

URL: http://svn.apache.org/viewvc?rev=789902&view=rev
Log:
lowercase include since this breaks MingW cross-compile on Linux;
shouldnt make any difference when compiling with MSVC on Win32.

Modified:
    apr/apr/branches/1.3.x/file_io/win32/open.c

Modified: apr/apr/branches/1.3.x/file_io/win32/open.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.3.x/file_io/win32/open.c?rev=789902&r1=789901&r2=789902&view=diff
==============================================================================
--- apr/apr/branches/1.3.x/file_io/win32/open.c (original)
+++ apr/apr/branches/1.3.x/file_io/win32/open.c Tue Jun 30 19:40:51 2009
@@ -32,7 +32,7 @@
 #include "apr_arch_misc.h"
 #include "apr_arch_inherit.h"
 #include <io.h>
-#include <WinIoCtl.h>
+#include <winioctl.h>
 
 #if APR_HAS_UNICODE_FS
 apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen,