diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-23 03:14:26 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-06-23 03:14:26 +0000 |
commit | b2469075f3b2661cdccf7da4e96ae7451b8ab873 (patch) | |
tree | cd381f4d9812ab44992cc7d8883f82c71746c309 /games/alephone | |
parent | 3958983e47e59aa8a4333e26c95b2a802c1f5ae7 (diff) |
Notes
Diffstat (limited to 'games/alephone')
-rw-r--r-- | games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp b/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp index f45f5af01053..016752541655 100644 --- a/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp +++ b/games/alephone/files/patch-Source_Files-Misc-thread_priority_sdl_posix.cpp @@ -1,11 +1,11 @@ ---- Source_Files/Misc/thread_priority_sdl_posix.cpp.orig Wed Mar 23 10:41:58 2005 -+++ Source_Files/Misc/thread_priority_sdl_posix.cpp Wed Mar 23 10:42:10 2005 +--- Source_Files/Misc/thread_priority_sdl_posix.cpp.orig Fri Aug 29 03:31:10 2003 ++++ Source_Files/Misc/thread_priority_sdl_posix.cpp Thu Jun 23 05:11:11 2005 @@ -12,7 +12,7 @@ - #if defined(TARGET_API_MAC_CARBON) && __MACH__ - #include <SDL/SDL_Thread.h> - #else --#include <SDL/SDL_thread.h> -+#include <SDL_thread.h> - #endif - - #include <pthread.h> + #if defined(TARGET_API_MAC_CARBON) && __MACH__
+ #include <SDL/SDL_Thread.h>
+ #else
+-#include <SDL/SDL_thread.h>
++#include <SDL_thread.h>
+ #endif
+
+ #include <pthread.h>
|