Mercurial > sdl-ios-xcode
diff src/SDL.c @ 1712:931d111e737a SDL-1.3
Started framework for Windows video driver
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 26 Jun 2006 13:56:56 +0000 |
parents | c901fd2a42da |
children | 3e66ed1690e4 |
line wrap: on
line diff
--- a/src/SDL.c Mon Jun 26 05:27:34 2006 +0000 +++ b/src/SDL.c Mon Jun 26 13:56:56 2006 +0000 @@ -348,6 +348,11 @@ } #endif /* building DLL with Watcom C */ +void SDL_SetModuleHandle(void *hInst) +{ + /* FIXME: Do we still need this? */ +} + #endif /* OS/2 elif __WIN32__ */ /* vi: set ts=4 sw=4 expandtab: */