summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-11-01 11:44:55 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-11-01 11:44:55 +0100
commite82679127004934f44d86aba3854811223abe477 (patch)
tree5e34a9b6d5d7cf8549401ecfc50ddc725435db93
parent8dca727968bf64c8aa89cce09172f101c2ade069 (diff)
qxt: guard against _WIN32
-rw-r--r--qxt-mini/QxtGlobalShortcut4
1 files changed, 3 insertions, 1 deletions
diff --git a/qxt-mini/QxtGlobalShortcut b/qxt-mini/QxtGlobalShortcut
index d673035b..c2827bc2 100644
--- a/qxt-mini/QxtGlobalShortcut
+++ b/qxt-mini/QxtGlobalShortcut
@@ -1,2 +1,4 @@
-#include "qxtglobalshortcut.h"
+#ifndef _WIN32
+# include "qxtglobalshortcut.h"
+#endif