hedgewars/SDLh.pas
branchsdl2transition
changeset 11368 c481d087f653
parent 11365 b8b208501475
child 11371 59db509c20c6
--- a/hedgewars/SDLh.pas	Wed Nov 11 21:59:06 2015 +0100
+++ b/hedgewars/SDLh.pas	Wed Nov 11 23:29:49 2015 +0100
@@ -1115,7 +1115,7 @@
 function  SDL_ShowCursor(toggle: LongInt): LongInt; cdecl; external SDLLibName;
 procedure SDL_WarpMouse(x, y: Word); inline;
 
-function  SDL_GetKeyState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName  name 'SDL_GetKeyboardState';
+function  SDL_GetKeyboardState(numkeys: PLongInt): PByteArray; cdecl; external SDLLibName;
 
 procedure SDL_WM_SetIcon(icon: PSDL_Surface; mask : Byte); cdecl; external SDLLibName;
 procedure SDL_WM_SetCaption(title: PChar; icon: PChar); cdecl; external SDLLibName;