diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-28 21:44:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-28 21:49:37 +0300 |
commit | a83513ef88a9cfca8692db9176b68ddeea71931f (patch) | |
tree | 1d01876eb230a36d5c5f98cddd9c57e2476150ab /src/input | |
parent | cfc84945c9cee7d42accdad39ff387738a3d32ac (diff) | |
download | plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.gz plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.bz2 plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.xz plus-a83513ef88a9cfca8692db9176b68ddeea71931f.zip |
Fix code style.
Diffstat (limited to 'src/input')
-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 { /** |