Mercurial > sdl-ios-xcode
comparison 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 |
comparison
equal
deleted
inserted
replaced
144:1cfa4282f2eb | 145:29a638dc26db |
---|---|
18 } | 18 } |
19 close(FILE); | 19 close(FILE); |
20 } | 20 } |
21 # Special exports not in the header files | 21 # Special exports not in the header files |
22 print "\tSDL_RegisterApp\n"; | 22 print "\tSDL_RegisterApp\n"; |
23 print "\tSDL_SetModuleHandle\n"; |