diff options
author | Lionel Ulmer | 2002-04-20 17:41:42 +0000 |
---|---|---|
committer | Lionel Ulmer | 2002-04-20 17:41:42 +0000 |
commit | c673d1c760b43e7e011c0eaffd6028390a860438 (patch) | |
tree | c40a4d07b2927a9e75ad4326f9e4d6f4720f81ce /simon | |
parent | 32d69e8c020271bfa6a3f3ab65aa9f17cc441d81 (diff) | |
download | scummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.tar.gz scummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.tar.bz2 scummvm-rg350-c673d1c760b43e7e011c0eaffd6028390a860438.zip |
Commit of the X11 driver using the new OSystem interface. Plus some warning fixes and gameDetector hacks.
svn-id: r4024
Diffstat (limited to 'simon')
-rw-r--r-- | simon/simon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h index d44271dcfb..2a3a20230f 100644 --- a/simon/simon.h +++ b/simon/simon.h @@ -220,7 +220,7 @@ struct VgaFile1Struct0x6 { }; /* dummy typedefs to make it compile in *nix */ -#if defined(UNIX) || defined(__MORPHOS__) || defined(__DC__) +#if defined(UNIX) || defined(UNIX_X11) || defined(__MORPHOS__) || defined(__DC__) typedef void* HMIDISTRM; typedef void* HMIDIOUT; typedef uint32 UINT; |