equal
deleted
inserted
replaced
16 #include <wininet.h> |
16 #include <wininet.h> |
17 #include <io.h> |
17 #include <io.h> |
18 #include <fcntl.h> |
18 #include <fcntl.h> |
19 #include "variables.h" |
19 #include "variables.h" |
20 #include "win32.h" |
20 #include "win32.h" |
21 #include <ctype.h> |
|
22 |
21 |
23 static bool _has_console; |
22 static bool _has_console; |
24 |
23 |
25 #if defined(__MINGW32__) || defined(__CYGWIN__) |
24 #if defined(__MINGW32__) || defined(__CYGWIN__) |
26 #define __TIMESTAMP__ __DATE__ __TIME__ |
25 #define __TIMESTAMP__ __DATE__ __TIME__ |