comparison include/SDL_loadso.h @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents 67114343400d
children 782fd950bd46 c121d94672cb a1b03ba2fcd0
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
40 40
41 #ifndef _SDL_loadso_h 41 #ifndef _SDL_loadso_h
42 #define _SDL_loadso_h 42 #define _SDL_loadso_h
43 43
44 #include "SDL_stdinc.h" 44 #include "SDL_stdinc.h"
45 #include "SDL_error.h"
45 46
46 #include "begin_code.h" 47 #include "begin_code.h"
47 /* Set up for C function definitions, even when using C++ */ 48 /* Set up for C function definitions, even when using C++ */
48 #ifdef __cplusplus 49 #ifdef __cplusplus
49 extern "C" { 50 extern "C" {