[Scummvm-cvs-logs] CVS: scummvm/backends/wince portdefs.h,1.1,1.2
Nicolas Bacca
arisme at users.sourceforge.net
Wed Oct 30 17:06:19 CET 2002
Update of /cvsroot/scummvm/scummvm/backends/wince
In directory usw-pr-cvs1:/tmp/cvs-serv9373
Modified Files:
portdefs.h
Log Message:
doh
Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/portdefs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- portdefs.h 31 Oct 2002 01:02:40 -0000 1.1
+++ portdefs.h 31 Oct 2002 01:05:50 -0000 1.2
@@ -1,3 +1,26 @@
+/* ScummVM - Scumm Interpreter
+ * Copyright (C) 2001/2002 The ScummVM project
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ *
+ * $Header$
+ *
+ */
+
+// Missing string/stdlib/assert declarations for WinCE 2.xx
+
#if _WIN32_WCE < 300
void *calloc(size_t n, size_t s);
@@ -10,4 +33,5 @@
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