mirror of
https://github.com/tihmstar/futurerestore.git
synced 2024-12-22 17:35:29 +00:00
added more defines for detecting windows compilation
This commit is contained in:
parent
ca0294c563
commit
34f44495a1
|
@ -23,7 +23,7 @@
|
|||
#include "restore.h"
|
||||
#include "tsschecker.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#if defined _WIN32 || defined __CYGWIN__ || defined WIN32
|
||||
#include <windows.h>
|
||||
#define __mkdir(path, mode) mkdir(path)
|
||||
#else
|
||||
|
|
Loading…
Reference in a new issue