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> |
21 |
22 |
22 static bool _has_console; |
23 static bool _has_console; |
23 |
24 |
24 #if defined(__MINGW32__) || defined(__CYGWIN__) |
25 #if defined(__MINGW32__) || defined(__CYGWIN__) |
25 #define __TIMESTAMP__ __DATE__ __TIME__ |
26 #define __TIMESTAMP__ __DATE__ __TIME__ |