diff options
author | Tim Angus <tim@ngus.net> | 2006-01-15 22:32:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2006-01-15 22:32:38 +0000 |
commit | 149d72d3e18d379b7640e0cc4e7e81377622a232 (patch) | |
tree | efd1f51fa6d78f375900dc0dbdddac67f32d3fa1 /src/unix/sdl_glimp.c | |
parent | af64f1b52b1a28adbf771ef644c76454d148d5ec (diff) |
* Merged ioq3-r492
Diffstat (limited to 'src/unix/sdl_glimp.c')
-rw-r--r-- | src/unix/sdl_glimp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unix/sdl_glimp.c b/src/unix/sdl_glimp.c index f460b2da..1343cb61 100644 --- a/src/unix/sdl_glimp.c +++ b/src/unix/sdl_glimp.c @@ -1114,7 +1114,7 @@ qboolean GLimp_SpawnRenderThread( void (*function)( void ) ) warned = qtrue; } -#if !MACOS_X +#ifndef MACOS_X return qfalse; /* better safe than sorry for now. */ #endif |