aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--backends/fs/windows/windows-fs.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp
index 412c131c2e..a4479adac1 100644
--- a/backends/fs/windows/windows-fs.cpp
+++ b/backends/fs/windows/windows-fs.cpp
@@ -18,8 +18,7 @@
* $Header$
*/
-// TODO - how about we #define WINDOWS for all our windows targets?
-#if defined(_MSC_VER) || defined(__MINGW32__)
+#ifdef WIN32
#include "../fs.h"
#include <stdio.h>
@@ -212,4 +211,4 @@ FilesystemNode *WindowsFilesystemNode::parent() const {
return p;
}
-#endif // defined(_MSC_VER) || defined(__MINGW32__)
+#endif // WIN32