summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index dbc2896..3ef3709 100644
--- a/src/main.c
+++ b/src/main.c
@@ -142,7 +142,7 @@ trg_libunique_init(TrgClient * client, int argc,
return EXIT_SUCCESS;
}
-#elif GTK_CHECK_VERSION( 3, 0, 0 )
+#elif !WIN32 && GTK_CHECK_VERSION( 3, 0, 0 )
/* GtkApplication - the replacement for libunique.
* This is implemented in trg-gtk-app.c