diff -r a91c4c4fd85c -r c481d087f653 hedgewars/SDLh.pas --- 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;