Mercurial > sdl-ios-xcode
comparison src/loadso/win32/SDL_sysloadso.c @ 1433:bb6839704ed6
SDL_windows.h is no longer necessary
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 22:18:25 +0000 |
parents | d910939febfa |
children | 92947e3a18db |
comparison
equal
deleted
inserted
replaced
1432:0801c9fdbdd6 | 1433:bb6839704ed6 |
---|---|
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ | 24 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ |
25 /* System dependent library loading routines */ | 25 /* System dependent library loading routines */ |
26 | 26 |
27 #include "SDL_windows.h" | 27 #define WIN32_LEAN_AND_MEAN |
28 #include <windows.h> | |
28 | 29 |
29 #include "SDL_loadso.h" | 30 #include "SDL_loadso.h" |
30 | 31 |
31 void *SDL_LoadObject(const char *sofile) | 32 void *SDL_LoadObject(const char *sofile) |
32 { | 33 { |