[Scummvm-cvs-logs] CVS: scummvm/backends/dc portdefs.h,1.2,1.3
Marcus Comstedt
marcus_c at users.sourceforge.net
Thu Oct 17 18:40:04 CEST 2002
Update of /cvsroot/scummvm/scummvm/backends/dc
In directory usw-pr-cvs1:/tmp/cvs-serv30684/backends/dc
Modified Files:
portdefs.h
Log Message:
Dreamcast port now wraps main() to avoid special kluges in the common main.
Index: portdefs.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/portdefs.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- portdefs.h 13 Sep 2002 14:36:07 -0000 1.2
+++ portdefs.h 18 Oct 2002 01:39:25 -0000 1.3
@@ -13,3 +13,6 @@
#ifdef Timer
#undef Timer
#endif
+#ifndef REAL_MAIN
+#define main scumm_main
+#endif
More information about the Scummvm-git-logs
mailing list