summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <alan@eth0.org.uk>2012-06-21 12:04:41 +0100
committerGravatar Alan Fitton <alan@eth0.org.uk>2012-06-21 12:04:41 +0100
commitccd86becdc2c9311e4faac65aff76f7aa0e68a78 (patch)
treed83d1889b53fe7db028c3a6e360113f395092e94 /src/main.c
parent8f788a8c67c61c85f05e6bd9227c39c00870e8a0 (diff)
update win32 installer to gtk3 and my new mingw32 environment.
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