[Scummvm-cvs-logs] SF.net SVN: scummvm: [23986] scummvm/branches/branch-0-9-0/common/scummsys. h

agent-q at users.sourceforge.net agent-q at users.sourceforge.net
Mon Sep 25 23:03:00 CEST 2006


Revision: 23986
          http://svn.sourceforge.net/scummvm/?rev=23986&view=rev
Author:   agent-q
Date:     2006-09-25 14:02:55 -0700 (Mon, 25 Sep 2006)

Log Message:
-----------


Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/common/scummsys.h

Modified: scummvm/branches/branch-0-9-0/common/scummsys.h
===================================================================
--- scummvm/branches/branch-0-9-0/common/scummsys.h	2006-09-23 23:46:42 UTC (rev 23985)
+++ scummvm/branches/branch-0-9-0/common/scummsys.h	2006-09-25 21:02:55 UTC (rev 23986)
@@ -355,6 +355,23 @@
 	typedef unsigned long uint32_t;
 	#endif
 
+#elif defined (__DS__) //NeilM
+
+	#define scumm_stricmp stricmp
+	#define scumm_strnicmp strnicmp
+
+	#define SCUMM_NEED_ALIGNMENT
+	#define SCUMM_LITTLE_ENDIAN 
+
+	#include "nds/jtypes.h"
+	#include <stdarg.h>
+	#include <ctype.h>
+	#include <string.h>
+	#include <math.h>
+    #include <time.h>
+
+	#define STRINGBUFLEN 256
+
 #else
 
 	#error No system type defined


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