Skip to content

Commit

Permalink
MFH:
Browse files Browse the repository at this point in the history
* Last _WIN32_WINNT macro redef
* Include <config.w32.h> where _WIN32_WINNT was
  • Loading branch information
KalleZ committed Aug 14, 2008
1 parent 803f301 commit 49494be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion win32/readdir.h
Expand Up @@ -7,7 +7,7 @@
* on Windows 95/NT. * on Windows 95/NT.
*/ */


#define _WIN32_WINNT 0x0400 #include <config.w32.h>


#include <windows.h> #include <windows.h>


Expand Down
2 changes: 2 additions & 0 deletions win32/time.c
Expand Up @@ -22,6 +22,8 @@


/* Include stuff ************************************************************ */ /* Include stuff ************************************************************ */


#include <config.w32.h>

#include "time.h" #include "time.h"
#include "unistd.h" #include "unistd.h"
#include "signal.h" #include "signal.h"
Expand Down

0 comments on commit 49494be

Please sign in to comment.