diff src/SDL.c @ 1718:ed4d4f1ea201 SDL-1.3

Further progress on the new Windows video driver: * SDL_SetModuleHandle() is obsolete, I hope. * SDL 1.3 uses the UNICODE API * I'm ignoring Windows CE for the moment, we'll reevaluate what needs to be different for Windows CE later. * Pulled the stdio redirection from WinMain()
author Sam Lantinga <slouken@libsdl.org>
date Tue, 27 Jun 2006 07:46:36 +0000
parents 3e66ed1690e4
children
line wrap: on
line diff
--- a/src/SDL.c	Tue Jun 27 04:59:10 2006 +0000
+++ b/src/SDL.c	Tue Jun 27 07:46:36 2006 +0000
@@ -348,12 +348,6 @@
 }
 #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: */