[Scummvm-cvs-logs] CVS: scummvm/simon simon.cpp,1.16,1.17

Nicolas Bacca arisme at users.sourceforge.net
Wed Apr 17 13:21:33 CEST 2002


Update of /cvsroot/scummvm/scummvm/simon
In directory usw-pr-cvs1:/tmp/cvs-serv22552/simon

Modified Files:
	simon.cpp 
Log Message:
Minor WinCE changes

Index: simon.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** simon.cpp	16 Apr 2002 20:49:55 -0000	1.16
--- simon.cpp	17 Apr 2002 20:19:45 -0000	1.17
***************
*** 9084,9088 ****
  void SimonState::dump_single_bitmap(int file, int image, byte *offs, int w, int h, byte base) {
  /* Only supported for win32 atm. mkdir doesn't work otherwise. */
! #ifdef WIN32
  	char buf[255], buf2[255];
  	struct stat statbuf;
--- 9084,9088 ----
  void SimonState::dump_single_bitmap(int file, int image, byte *offs, int w, int h, byte base) {
  /* Only supported for win32 atm. mkdir doesn't work otherwise. */
! #if defined (WIN32) && !defined(_WIN32_WCE)
  	char buf[255], buf2[255];
  	struct stat statbuf;





More information about the Scummvm-git-logs mailing list