Skip to content

Commit 49494be

Browse files
committed
MFH:
* Last _WIN32_WINNT macro redef * Include <config.w32.h> where _WIN32_WINNT was
1 parent 803f301 commit 49494be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

win32/readdir.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* on Windows 95/NT.
88
*/
99

10-
#define _WIN32_WINNT 0x0400
10+
#include <config.w32.h>
1111

1212
#include <windows.h>
1313

win32/time.c

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
/* Include stuff ************************************************************ */
2424

25+
#include <config.w32.h>
26+
2527
#include "time.h"
2628
#include "unistd.h"
2729
#include "signal.h"

0 commit comments

Comments
 (0)