From 08446c16acbbb9a9d12fccb21e27cfa29d076e77 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 10 Dec 2005 02:56:06 +0000 Subject: * Branch upstream ioq3-r437 into trunk --- ioq3-r437/src/SDL12/include/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ioq3-r437/src/SDL12/include/SDL_name.h (limited to 'ioq3-r437/src/SDL12/include/SDL_name.h') diff --git a/ioq3-r437/src/SDL12/include/SDL_name.h b/ioq3-r437/src/SDL12/include/SDL_name.h new file mode 100644 index 00000000..511619af --- /dev/null +++ b/ioq3-r437/src/SDL12/include/SDL_name.h @@ -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_ */ -- cgit