Fix cygwin compile

This commit is contained in:
Andreas Schiffler 2013-02-26 07:50:42 -08:00
parent 7065167e8c
commit 3269062684

View file

@ -64,6 +64,10 @@
#define WM_TOUCH 0x0240
#endif
/* Fix cygwin compile */
#ifndef VK_OEM_NEC_EQUAL
#define VK_OEM_NEC_EQUAL 0x92
#endif
static SDL_Scancode
WindowsScanCodeToSDLScanCode( int lParam, int wParam, const SDL_Scancode *key_map )