[Scummvm-cvs-logs] CVS: scummvm/backends/wince portdefs.h,NONE,1.1

Nicolas Bacca arisme at users.sourceforge.net
Wed Oct 30 17:03:10 CET 2002


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory usw-pr-cvs1:/tmp/cvs-serv7068

Added Files:
	portdefs.h 
Log Message:
Real HPC support (work in progress)

--- NEW FILE: portdefs.h ---
#if _WIN32_WCE < 300

void *calloc(size_t n, size_t s);
int isdigit(int c);
char *strrchr(const char *s, int c);
char *strdup(const char *s);
int _stricmp( const char *string1, const char *string2 );
int stricmp( const char *string1, const char *string2 );
void assert( void* expression );
void assert( int expression );
long int strtol(const char *nptr, char **endptr, int base);
char *strdup( const char *s);
#endif





More information about the Scummvm-git-logs mailing list