Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
1711:865ba39fc96d | 1712:931d111e737a |
---|---|
346 } | 346 } |
347 return TRUE; | 347 return TRUE; |
348 } | 348 } |
349 #endif /* building DLL with Watcom C */ | 349 #endif /* building DLL with Watcom C */ |
350 | 350 |
351 void SDL_SetModuleHandle(void *hInst) | |
352 { | |
353 /* FIXME: Do we still need this? */ | |
354 } | |
355 | |
351 #endif /* OS/2 elif __WIN32__ */ | 356 #endif /* OS/2 elif __WIN32__ */ |
352 | 357 |
353 /* vi: set ts=4 sw=4 expandtab: */ | 358 /* vi: set ts=4 sw=4 expandtab: */ |