fix windows compilation
authorkoda
Tue, 05 Apr 2011 17:10:48 +0200
changeset 5103 7beb0311b7f1
parent 5102 c07e5139e079
child 5104 e31409482740
fix windows compilation
hedgewars/SDLh.pas
--- a/hedgewars/SDLh.pas	Tue Apr 05 11:00:18 2011 -0400
+++ b/hedgewars/SDLh.pas	Tue Apr 05 17:10:48 2011 +0200
@@ -726,8 +726,8 @@
 procedure SDL_Quit; cdecl; external SDLLibName;
 
 function  SDL_VideoDriverName(var namebuf; maxlen: LongInt): PChar; cdecl; external SDLLibName;
-function SDL_EnableUNICODE(enable: LongInt): LongInt; cdecl; external SDLLibName;
-function SDL_EnableKeyRepeat(delay, interval: LongInt): LongInt; cdecl; external;
+function  SDL_EnableUNICODE(enable: LongInt): LongInt; cdecl; external SDLLibName;
+function  SDL_EnableKeyRepeat(delay_, interval: LongInt): LongInt; cdecl; external SDLLibName;
 
 procedure SDL_Delay(msec: Longword); cdecl; external SDLLibName;
 function  SDL_GetTicks: Longword; cdecl; external SDLLibName;