windows.h

main
Luis Díaz Más 3 years ago
parent c0a3242e73
commit cca6f74200

@ -30,7 +30,7 @@
#endif #endif
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(__CYGWIN__)
#include <Windows.h> #include <windows.h>
#include <fcntl.h> #include <fcntl.h>
#include <io.h> #include <io.h>
#include <sys/utime.h> #include <sys/utime.h>

@ -21,7 +21,7 @@
#include <regex> #include <regex>
#if defined(_WIN32) || defined(__CYGWIN__) #if defined(_WIN32) || defined(__CYGWIN__)
#include <Windows.h> #include <windows.h>
#include <fcntl.h> #include <fcntl.h>
#include <io.h> #include <io.h>
#else #else

Loading…
Cancel
Save