wrowe 2002/10/11 22:28:16
Modified: file_io/win32 filestat.c
Log:
Cannot tolerate this workaround, for reasons that will be apparent in
a moment. Users encountering problems with the aclapi include will
simply have to grab a more recent SDK.
Revision Changes Path
1.69 +2 -2 apr/file_io/win32/filestat.c
Index: filestat.c
===================================================================
RCS file: /home/cvs/apr/file_io/win32/filestat.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- filestat.c 24 Apr 2002 04:17:44 -0000 1.68
+++ filestat.c 12 Oct 2002 05:28:16 -0000 1.69
@@ -52,10 +52,10 @@
* <http://www.apache.org/>.
*/
-#include <windows.h>
+#include "apr.h"
#include <aclapi.h>
#include "apr_private.h"
-#include "win32/fileio.h"
+#include "fileio.h"
#include "apr_file_io.h"
#include "apr_general.h"
#include "apr_strings.h"