[Scummvm-cvs-logs] CVS: scummvm/backends/fs/posix posix-fs.cpp,1.22,1.23

Eugene Sandulenko sev at users.sourceforge.net
Wed Mar 9 14:22:49 CET 2005


Update of /cvsroot/scummvm/scummvm/backends/fs/posix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28682/backends/fs/posix

Modified Files:
	posix-fs.cpp 
Log Message:
WIP of GP32 port. Now it is more correct port and compiles with current
CVS. Though it has some issues unresolved, one of them is that it crashes
right after splash screen without showing anything. Work in progress :)


Index: posix-fs.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/fs/posix/posix-fs.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- posix-fs.cpp	6 Feb 2005 18:37:23 -0000	1.22
+++ posix-fs.cpp	9 Mar 2005 22:21:53 -0000	1.23
@@ -18,7 +18,7 @@
  * $Header$
  */
 
-#if defined(UNIX) || defined(__DC__) || defined (__GP32__) //ph0x
+#if defined(UNIX) || defined(__DC__)
 
 #include "stdafx.h"
 
@@ -35,12 +35,6 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#ifdef __GP32__ //ph0x FIXME: implement and move to portdefs.h
-#define opendir(x) (0)
-#define readdir(x) (0)
-#define closedir(x) (0)
-#endif
-
 /*
  * Implementation of the ScummVM file system API based on POSIX.
  */





More information about the Scummvm-git-logs mailing list