mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Fix cygwin compile
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user