summaryrefslogtreecommitdiff
path: root/packaging/windows/SDL/include/SDL_name.h
diff options
context:
space:
mode:
authorTomáš Chvátal <scarabeus@gentoo.org>2009-11-04 18:01:25 +0100
committerTomáš Chvátal <scarabeus@gentoo.org>2009-11-04 18:01:25 +0100
commit710843e4dfd146257500be7ad9c0a5c0d61e56c4 (patch)
treeddbb2e744296480c11ce6822ffb80678043f9c25 /packaging/windows/SDL/include/SDL_name.h
parentcbeea28cabebfc45fc0ff0b6446c818b72d8c4cc (diff)
Use PkgConfig where possible
TODO: gettext, SDL_ttf Drop windows bundled libs, since .pc should be able to pick them up on windows too.
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_ */