From e82679127004934f44d86aba3854811223abe477 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 1 Nov 2015 11:44:55 +0100 Subject: qxt: guard against _WIN32 --- qxt-mini/QxtGlobalShortcut | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3