Ticket #2088: patch.txt

File patch.txt, 746 bytes (added by Dennis Ruhe, 11 years ago)

Patch file

Line 
1diff --git a/source/lib/external_libraries/libsdl.h b/source/lib/external_libraries/libsdl.h
2index edc5024..96c469b 100644
3--- a/source/lib/external_libraries/libsdl.h
4+++ b/source/lib/external_libraries/libsdl.h
5@@ -34,14 +34,14 @@
6 # include "lib/sysdep/os/win/wsdl.h"
7 #else
8
9-# include "SDL.h"
10-# include "SDL_thread.h"
11+# include "sdl/SDL.h"
12+# include "sdl/SDL_thread.h"
13
14 // if the compiler doesn't support inlining, this header will pull
15 // in static bswap routines. doesn't matter - modern compilers
16 // will strip them if unused, and this is more convenient than
17 // another header that toggles between wsdl and SDL_endian.h.
18-# include "SDL_endian.h"
19+# include "sdl/SDL_endian.h"
20
21 # if MSC_VERSION
22 # pragma comment(lib, "SDL")