Last change
on this file since 2214 was
613,
checked in by sam, 10 years ago
|
Add Win32 contrib files for easier deployment:
- gtk-2.22.1, downloaded from the bundle available on
http://ftp.twaren.net/Unix/X/GNOME/binaries/win32/gtk+/2.22/ and stripped
from src, man, manifest, share/doc, share/man, share/gtk-doc, share/gtk-2.0
and toplevel files
- gtkglarea-2.0.1, built by hand
- sdl-1.2.14, from http://www.libsdl.org/release/SDL-devel-1.2.14-VC8.zip
and stripped from toplevel files
- sdl-image-1.2.10, from http://www.libsdl.org/projects/SDL_image/release/
and stripped from toplevel files
- sdl-mixer-1.2.11, from http://www.libsdl.org/projects/SDL_mixer/release/
and stripped from toplevel files
|
File size:
183 bytes
|
Line | |
---|
1 | |
---|
2 | #ifndef _SDLname_h_ |
---|
3 | #define _SDLname_h_ |
---|
4 | |
---|
5 | #if defined(__STDC__) || defined(__cplusplus) |
---|
6 | #define NeedFunctionPrototypes 1 |
---|
7 | #endif |
---|
8 | |
---|
9 | #define SDL_NAME(X) SDL_##X |
---|
10 | |
---|
11 | #endif /* _SDLname_h_ */ |
---|
Note: See
TracBrowser
for help on using the repository browser.