[Scummvm-cvs-logs] CVS: scummvm/backends/wince portdefs.h,1.6,1.6.4.1
Nicolas Bacca
arisme at users.sourceforge.net
Fri Jan 28 14:30:48 CET 2005
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.26,1.27 fmopl.h,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga isomap.cpp,1.26,1.27 isomap.h,1.10,1.11 saga.cpp,1.97,1.98 scene.cpp,1.87,1.88 scene.h,1.45,1.46 script.cpp,1.58,1.59 script.h,1.67,1.68
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6811
Modified Files:
Tag: branch-0-7-0
portdefs.h
Log Message:
Add isalnum for HPC compiler
Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/portdefs.h,v
retrieving revision 1.6
retrieving revision 1.6.4.1
diff -u -d -r1.6 -r1.6.4.1
--- portdefs.h 18 Sep 2003 16:12:20 -0000 1.6
+++ portdefs.h 28 Jan 2005 19:42:44 -0000 1.6.4.1
@@ -26,6 +26,7 @@
#define _HEAPOK 0
void *calloc(size_t n, size_t s);
+int isalnum(int c);
int isdigit(int c);
int isprint(int c);
int isspace(int c);
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sound fmopl.cpp,1.26,1.27 fmopl.h,1.15,1.16
- Next message: [Scummvm-cvs-logs] CVS: scummvm/saga isomap.cpp,1.26,1.27 isomap.h,1.10,1.11 saga.cpp,1.97,1.98 scene.cpp,1.87,1.88 scene.h,1.45,1.46 script.cpp,1.58,1.59 script.h,1.67,1.68
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list