From 053d12ef2915c29f833d416df7f5064b4382eb14 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 1 Aug 2003 04:42:56 +0000 Subject: Small cleanup svn-id: r9354 --- backends/fs/windows/windows-fs.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'backends/fs/windows') 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 @@ -212,4 +211,4 @@ FilesystemNode *WindowsFilesystemNode::parent() const { return p; } -#endif // defined(_MSC_VER) || defined(__MINGW32__) +#endif // WIN32 -- cgit v1.2.3