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

Commit

Permalink
Fix for mingw compilation by Alam.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbens committed Aug 26, 2008
1 parent 5288f28 commit 2d693e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/video/win32/SDL_win32events.c
Expand Up @@ -54,6 +54,9 @@
#ifndef GET_XBUTTON_WPARAM
#define GET_XBUTTON_WPARAM(w) (HIWORD(w))
#endif
#ifndef WM_INPUT
#define WM_INPUT 0x00ff
#endif

extern HCTX *g_hCtx;
extern HANDLE *mice;
Expand Down

0 comments on commit 2d693e3

Please sign in to comment.