comparison main.c @ 260:d973f9debe86

Fix Win32 compile error
author Konosuke Watanabe <sasugaanija@gmail.com>
date Wed, 03 Dec 2008 01:58:34 +0900
parents d45dd3589560
children e3076b5e059d
comparison
equal deleted inserted replaced
259:d45dd3589560 260:d973f9debe86
28 GHashTable *icon_hash[NUM_SERVICES]; 28 GHashTable *icon_hash[NUM_SERVICES];
29 static GHashTable *conv_hash = NULL; 29 static GHashTable *conv_hash = NULL;
30 static GList *wassr_parrot_list = NULL; 30 static GList *wassr_parrot_list = NULL;
31 static GList *identica_parrot_list = NULL; 31 static GList *identica_parrot_list = NULL;
32 #ifdef _WIN32 32 #ifdef _WIN32
33 static gboolean blink_state = FALSE; 33 gboolean blink_state = FALSE;
34 static gboolean blink_modified = FALSE; 34 gboolean blink_modified = FALSE;
35 #endif 35 #endif
36 36
37 source_t source; 37 source_t source;
38 38
39 /**************/ 39 /**************/