diff src/main/win32/exports/gendef.pl @ 145:29a638dc26db

Applied David MacCormack's patch to fix SDL_WINDOWID on Windows, and added a function to cache the application handle so DirectInput still works properly.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 09 Aug 2001 12:21:32 +0000
parents 74212992fb08
children 9154ec9ca3d2
line wrap: on
line diff
--- a/src/main/win32/exports/gendef.pl	Thu Aug 09 06:14:06 2001 +0000
+++ b/src/main/win32/exports/gendef.pl	Thu Aug 09 12:21:32 2001 +0000
@@ -20,3 +20,4 @@
 }
 # Special exports not in the header files
 print "\tSDL_RegisterApp\n";
+print "\tSDL_SetModuleHandle\n";