[windows] update SDL-2.0.0 to 2.0.1. Fixes issue 6793.

This commit is contained in:
Shawn Hoffman
2013-11-04 23:50:52 -08:00
parent 045efdfc3e
commit f4056978c8
79 changed files with 474 additions and 175 deletions

11
Externals/SDL2-2.0.1/include/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_ */