[Scummvm-cvs-logs] SF.net SVN: scummvm: [23977] scummvm/trunk/common/scummsys.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Sat Sep 23 03:08:43 CEST 2006


Revision: 23977
          http://svn.sourceforge.net/scummvm/?rev=23977&view=rev
Author:   kirben
Date:     2006-09-22 18:08:39 -0700 (Fri, 22 Sep 2006)

Log Message:
-----------
Remove duplicate and left over _WIN32_WCE checks

Modified Paths:
--------------
    scummvm/trunk/common/scummsys.h

Modified: scummvm/trunk/common/scummsys.h
===================================================================
--- scummvm/trunk/common/scummsys.h	2006-09-23 01:05:30 UTC (rev 23976)
+++ scummvm/trunk/common/scummsys.h	2006-09-23 01:08:39 UTC (rev 23977)
@@ -106,11 +106,6 @@
 	#define NORETURN _declspec(noreturn)
 	#define PLUGIN_EXPORT __declspec(dllexport)
 
-	#if defined(_WIN32_WCE) && _WIN32_WCE < 300
-	#define CDECL __cdecl
-	#define SMALL_SCREEN_DEVICE
-	#endif
-
 	typedef signed char int8_t;
 	typedef signed short int16_t;
 	typedef unsigned char uint8_t;
@@ -334,7 +329,7 @@
 	#define NORETURN _declspec(noreturn)
 	#define PLUGIN_EXPORT __declspec(dllexport)
 
-	#if defined(_WIN32_WCE) && _WIN32_WCE < 300
+	#if _WIN32_WCE < 300
 	#define CDECL __cdecl
 	#define SMALL_SCREEN_DEVICE
 	#endif


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