Attempt to resolve the conflict between SDL/include and SDL/Include.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5717 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-06-16 01:14:18 +00:00
parent 494ba1eba2
commit b0dff28539
51 changed files with 18 additions and 18 deletions

11
Externals/SDL/Include_1.3/SDL_name.h vendored Normal file
View File

@ -0,0 +1,11 @@
#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */