Visual C++ compiler warning fixes
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402498
This commit is contained in:
parent
a3245a4e7c
commit
a154c5dad2
5 changed files with 5 additions and 7 deletions
|
@ -175,7 +175,7 @@ HotKey_Quit(void)
|
|||
SDL_PushEvent(&event);
|
||||
}
|
||||
|
||||
static int SDLCALL(*old_filterfunc) (void *, SDL_Event *);
|
||||
static int (SDLCALL *old_filterfunc) (void *, SDL_Event *);
|
||||
static void *old_filterdata;
|
||||
|
||||
int SDLCALL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue