Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fix cygwin compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ferzkopp committed Feb 26, 2013
1 parent a65855d commit 81f80ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/windows/SDL_windowsevents.c
Expand Up @@ -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 )
Expand Down

0 comments on commit 81f80ef

Please sign in to comment.