diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 18:51:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-14 18:51:32 +0200 |
commit | ec1c2b16379d657db92c90e25b9e01393267b596 (patch) | |
tree | ddc7d62b0043da1261d729f817cfe8cbea4c600c /facetracknoir/global-shortcuts.cpp | |
parent | 38303ae6a79fc8dea560a2d2813fe1ea360e401d (diff) |
Clean up preprocessor mingw-isms
No functional changes.
Diffstat (limited to 'facetracknoir/global-shortcuts.cpp')
-rw-r--r-- | facetracknoir/global-shortcuts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/global-shortcuts.cpp b/facetracknoir/global-shortcuts.cpp index 286200c0..8666333c 100644 --- a/facetracknoir/global-shortcuts.cpp +++ b/facetracknoir/global-shortcuts.cpp @@ -1,6 +1,6 @@ #include "facetracknoir/facetracknoir.h" -#if defined(__WIN32) || defined(_WIN32) +#if defined(_WIN32) #include <windows.h> #include <strmif.h> #include <dshow.h> |