aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-07-04 04:32:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2008-07-04 04:32:01 +0000
commit1b66de3fded1a3aefdd31e21ac99c9f5b290b56b (patch)
tree06195f5747e3c6bc96a57bf7ea26225571945b2b /src
parenta48e2187fd9227ec46cc3f7a77c3ed8c04e3358f (diff)
only enable init_console_done on Win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2024 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 501560e2..42fea369 100644
--- a/src/main.c
+++ b/src/main.c
@@ -99,7 +99,9 @@
gchar *prog_version;
+#ifdef G_OS_WIN32
static gboolean init_console_done = FALSE;
+#endif
static gint lock_socket = -1;
static gint lock_socket_tag = 0;