We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 803f301 commit 49494beCopy full SHA for 49494be
win32/readdir.h
@@ -7,7 +7,7 @@
7
* on Windows 95/NT.
8
*/
9
10
-#define _WIN32_WINNT 0x0400
+#include <config.w32.h>
11
12
#include <windows.h>
13
win32/time.c
@@ -22,6 +22,8 @@
22
23
/* Include stuff ************************************************************ */
24
25
26
+
27
#include "time.h"
28
#include "unistd.h"
29
#include "signal.h"
0 commit comments