[Scummvm-cvs-logs] SF.net SVN: scummvm:[34295] scummvm/trunk/backends/fs/windows/windows-fs. cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Sep 3 11:03:22 CEST 2008


Revision: 34295
          http://scummvm.svn.sourceforge.net/scummvm/?rev=34295&view=rev
Author:   thebluegr
Date:     2008-09-03 09:03:21 +0000 (Wed, 03 Sep 2008)

Log Message:
-----------
Cleanup

Modified Paths:
--------------
    scummvm/trunk/backends/fs/windows/windows-fs.cpp

Modified: scummvm/trunk/backends/fs/windows/windows-fs.cpp
===================================================================
--- scummvm/trunk/backends/fs/windows/windows-fs.cpp	2008-09-03 08:58:19 UTC (rev 34294)
+++ scummvm/trunk/backends/fs/windows/windows-fs.cpp	2008-09-03 09:03:21 UTC (rev 34295)
@@ -24,24 +24,16 @@
 
 #ifdef WIN32
 
-#ifdef ARRAYSIZE
-#undef ARRAYSIZE
-#endif
-#ifdef _WIN32_WCE
 #include <windows.h>
 // 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 <io.h>
 #include <stdio.h>
 #include <stdlib.h>
-#ifndef _WIN32_WCE
-#include <windows.h>
-// winnt.h defines ARRAYSIZE, but we want our own one...
-#undef ARRAYSIZE
-#endif
 #include <tchar.h>
 
 // F_OK, R_OK and W_OK are not defined under MSVC, so we define them here


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list