comparison src/loadso/os2/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 c9b51268668f
children
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
34 #include <stdio.h> 34 #include <stdio.h>
35 #define INCL_DOSERRORS 35 #define INCL_DOSERRORS
36 #define INCL_DOSMODULEMGR 36 #define INCL_DOSMODULEMGR
37 #include <os2.h> 37 #include <os2.h>
38 38
39 #include "SDL_types.h"
40 #include "SDL_error.h"
41 #include "SDL_loadso.h" 39 #include "SDL_loadso.h"
42 40
43 void *SDL_LoadObject(const char *sofile) 41 void *SDL_LoadObject(const char *sofile)
44 { 42 {
45 HMODULE handle = NULL; 43 HMODULE handle = NULL;