[Scummvm-cvs-logs] CVS: residual main.cpp,1.4,1.5

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Aug 23 03:54:36 CEST 2003


Update of /cvsroot/scummvm/residual
In directory sc8-pr-cvs1:/tmp/cvs-serv15285

Modified Files:
	main.cpp 
Log Message:
fixed warnings

Index: main.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/main.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- main.cpp	21 Aug 2003 07:33:39 -0000	1.4
+++ main.cpp	21 Aug 2003 07:40:45 -0000	1.5
@@ -32,8 +32,8 @@
 }
 
 #ifdef WIN32
-int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrevInst,  LPSTR lpCmdLine, int iShowCmd) {
- main(0, NULL);
+	int PASCAL WinMain(HINSTANCE /*hInst*/, HINSTANCE /*hPrevInst*/,  LPSTR /*lpCmdLine*/, int /*iShowCmd*/) {
+	return main(0, NULL);
 }
 #endif
 





More information about the Scummvm-git-logs mailing list