Fix cygwin compile
This commit is contained in:
parent
7065167e8c
commit
3269062684
1 changed files with 4 additions and 0 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue