diff options
Diffstat (limited to 'src/input/inputaction.h')
-rw-r--r-- | src/input/inputaction.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/inputaction.h b/src/input/inputaction.h index 8001a33da..99ab3a914 100644 --- a/src/input/inputaction.h +++ b/src/input/inputaction.h @@ -23,6 +23,10 @@ #ifndef INPUT_INPUTACTION_H #define INPUT_INPUTACTION_H +#ifdef WIN32 +#undef ERROR +#undef IGNORE +#endif namespace InputAction { /** |