[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r789902 - /apr/apr/branches/1.3.x/file_io/win32/open.c
From:       fuankg () apache ! org
Date:       2009-06-30 19:40:51
Message-ID: 20090630194051.671E32388876 () eris ! apache ! org
[Download RAW message or body]

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, 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic