diff options
Diffstat (limited to 'packaging/windows/SDL/include/SDL_name.h')
| -rw-r--r-- | packaging/windows/SDL/include/SDL_name.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packaging/windows/SDL/include/SDL_name.h b/packaging/windows/SDL/include/SDL_name.h deleted file mode 100644 index 511619a..0000000 --- a/packaging/windows/SDL/include/SDL_name.h +++ /dev/null @@ -1,11 +0,0 @@ - -#ifndef _SDLname_h_ -#define _SDLname_h_ - -#if defined(__STDC__) || defined(__cplusplus) -#define NeedFunctionPrototypes 1 -#endif - -#define SDL_NAME(X) SDL_##X - -#endif /* _SDLname_h_ */ |