comparison src/loadso/windows/SDL_loadso.c @ 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 3692456e7b0f
children
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
31 #error Compiling for the wrong platform? 31 #error Compiling for the wrong platform?
32 #endif 32 #endif
33 33
34 #include "SDL_windows.h" 34 #include "SDL_windows.h"
35 35
36 #include "SDL_types.h"
37 #include "SDL_error.h"
38 #include "SDL_loadso.h" 36 #include "SDL_loadso.h"
39 37
40 void *SDL_LoadObject(const char *sofile) 38 void *SDL_LoadObject(const char *sofile)
41 { 39 {
42 void *handle = NULL; 40 void *handle = NULL;