[Scummvm-cvs-logs] CVS: scummvm/backends/fs/windows windows-fs.cpp,1.13,1.14

Travis Howell kirben at users.sourceforge.net
Thu Jul 31 22:42:42 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/fs/windows
In directory sc8-pr-cvs1:/tmp/cvs-serv25962/backends/fs/windows

Modified Files:
	windows-fs.cpp 
Log Message:

Small cleanup


Index: windows-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/windows/windows-fs.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- windows-fs.cpp	13 Jul 2003 13:56:16 -0000	1.13
+++ windows-fs.cpp	1 Aug 2003 04:42:56 -0000	1.14
@@ -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 @@
 	return p;
 }
 
-#endif // defined(_MSC_VER) || defined(__MINGW32__)
+#endif // WIN32





More information about the Scummvm-git-logs mailing list