I was playing around with a dependency generator a couple weeks ago and I found

some #include files that aren't in the tree.  No biggie...
This commit is contained in:
Rob Landley
2006-02-24 03:15:34 +00:00
parent 883e0e83f2
commit 75cc0cace3
2 changed files with 3 additions and 3 deletions

View File

@@ -55,8 +55,8 @@
#include "ext2fs.h"
#if defined(__CYGWIN__) || defined (WIN32)
#include "windows.h"
#include "winioctl.h"
#include <windows.h>
#include <winioctl.h>
#if (_WIN32_WINNT >= 0x0500)
#define HAVE_GET_FILE_SIZE_EX 1