diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-07-04 04:32:01 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2008-07-04 04:32:01 +0000 |
commit | 1b66de3fded1a3aefdd31e21ac99c9f5b290b56b (patch) | |
tree | 06195f5747e3c6bc96a57bf7ea26225571945b2b /src/main.c | |
parent | a48e2187fd9227ec46cc3f7a77c3ed8c04e3358f (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/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |