[Scummvm-cvs-logs] CVS: residual TODO,1.13,1.14

Pawel Kolodziejski aquadran at users.sourceforge.net
Mon Aug 25 05:40:05 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv4572

Modified Files:
	TODO 
Log Message:
update todo

Index: TODO
===================================================================
RCS file: /cvsroot/scummvm/residual/TODO,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- TODO	24 Aug 2003 14:12:21 -0000	1.13
+++ TODO	25 Aug 2003 05:18:47 -0000	1.14
@@ -17,20 +17,6 @@
 
 MSVC notes:
  These things need doing (At least) for it to be compilable under MSVC..
- Get rid of stdint.h include when using MSVC
  Get rid of hash_map usage (not supported in MSVC)
- Add global include of Windows.h 
- Add global definitions of:
-	#define strcasecmp stricmp
-	#define M_PI 3.14159265
-        typedef unsigned char byte;^M
-        typedef unsigned char uint8_t;^M
-        typedef unsigned short uint16_t;^M
-        typedef unsigned long uint32_t;^M
-        typedef unsigned int uint_t;^M
-        typedef signed char int8_t;^M
-        typedef signed short int16_t;^M
-        typedef signed long int32_t;^M
- GL_UNSIGNED_SHORT_5_6_5 in bitmap.cc does not exist in MSVC
  round() function in lua.cpp's check_int does not exist in MSVC
  vsscanf function does not exist in MSVC (already worked around)





More information about the Scummvm-git-logs mailing list