From 9691562987bd6381b581efb015d15d83d9f2084f Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 3 Sep 2008 09:03:21 +0000 Subject: Cleanup svn-id: r34295 --- backends/fs/windows/windows-fs.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'backends/fs/windows/windows-fs.cpp') diff --git a/backends/fs/windows/windows-fs.cpp b/backends/fs/windows/windows-fs.cpp index b06581047c..afcae0f294 100644 --- a/backends/fs/windows/windows-fs.cpp +++ b/backends/fs/windows/windows-fs.cpp @@ -24,24 +24,16 @@ #ifdef WIN32 -#ifdef ARRAYSIZE -#undef ARRAYSIZE -#endif -#ifdef _WIN32_WCE #include // winnt.h defines ARRAYSIZE, but we want our own one... #undef ARRAYSIZE +#ifdef _WIN32_WCE #undef GetCurrentDirectory #endif #include "backends/fs/abstract-fs.h" #include #include #include -#ifndef _WIN32_WCE -#include -// winnt.h defines ARRAYSIZE, but we want our own one... -#undef ARRAYSIZE -#endif #include // F_OK, R_OK and W_OK are not defined under MSVC, so we define them here -- cgit v1.2.3