summaryrefslogtreecommitdiff
path: root/packaging/windows/SDL/include/SDL_name.h
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-09-28 01:39:44 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-09-28 01:39:44 +0200
commitd907acb48b0b281822c020625215b83e7ae76eff (patch)
tree9e461c52431cb3d0005cb31d17fd79d71c3ae749 /packaging/windows/SDL/include/SDL_name.h
parentc2b6adeb627d81dc7cddb0024932e846aa46ecb3 (diff)
Remove windows quirks since windows port is maintained in different branch.
Diffstat (limited to 'packaging/windows/SDL/include/SDL_name.h')
-rw-r--r--packaging/windows/SDL/include/SDL_name.h11
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_ */