[Scummvm-cvs-logs] CVS: scummvm/backends/wince pocketpc.cpp,1.19,1.20

Nicolas Bacca arisme at users.sourceforge.net
Sun Jan 26 13:42:05 CET 2003


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv26857

Modified Files:
	pocketpc.cpp 
Log Message:
Standard PDA functions

Index: pocketpc.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/pocketpc.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- pocketpc.cpp	21 Jan 2003 22:36:06 -0000	1.19
+++ pocketpc.cpp	26 Jan 2003 21:41:50 -0000	1.20
@@ -19,1072 +19,33 @@
  *
  */
 
-#include "stdafx.h"
-#include <assert.h>
-
-//#include "commctrl.h"
-
-#if _WIN32_WCE < 300
-
-#include <Wingdi.h>
[...1923 lines suppressed...]
-		buf += pitch;
-	}	
-}
-
-void OSystem_WINCE3::move_screen(int dx, int dy, int height) {
-	// FIXME : to be implemented
-}
-
-/* NECESSARY operators redefinition */
-
-
-void *operator new(size_t size) {
-	return calloc(size, 1);
-}
-
-void operator delete(void *ptr) {
-	free(ptr);
+	return TRUE;
 }
-





More information about the Scummvm-git-logs mailing list