windows.h

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

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

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

Loading…
Cancel
Save