[Scummvm-cvs-logs] CVS: scummvm/simon simon.h,1.13,1.14

Lionel Ulmer bbrox at users.sourceforge.net
Sat Apr 20 10:42:04 CEST 2002


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

Modified Files:
	simon.h 
Log Message:
Commit of the X11 driver using the new OSystem interface. Plus some warning fixes and gameDetector hacks.


Index: simon.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/simon/simon.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** simon.h	20 Apr 2002 04:09:02 -0000	1.13
--- simon.h	20 Apr 2002 17:41:42 -0000	1.14
***************
*** 221,225 ****
  
  /* dummy typedefs to make it compile in *nix */
! #if defined(UNIX) || defined(__MORPHOS__) || defined(__DC__)
  typedef void* HMIDISTRM;
  typedef void* HMIDIOUT;
--- 221,225 ----
  
  /* dummy typedefs to make it compile in *nix */
! #if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__)
  typedef void* HMIDISTRM;
  typedef void* HMIDIOUT;





More information about the Scummvm-git-logs mailing list