Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris/log.c
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2006-10-19 22:54:25 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2006-10-19 22:54:25 (GMT)
commitc3f940da2028908c73c00beda4eb975ef394090c (patch)
tree469c07352aefbb2ce065ca93d76ce931b7541522 /src/gcompris/log.c
parentd0895b584a0c59677e31e7609cb9ba5b714dc3cd (diff)
- Unexistant font on windows in gartoon/skin.xml makes it unstable.
- cleanup, removed uneeded #if defined _WIN32 - in menu.c, removed a free of the plugin that was not correct. there is a leak but it cannot be fixed this way, we need to ref_count the plugins - fixed config.c to make skin selection work again.
Diffstat (limited to 'src/gcompris/log.c')
-rw-r--r--src/gcompris/log.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gcompris/log.c b/src/gcompris/log.c
index c8ac305..0d96c02 100644
--- a/src/gcompris/log.c
+++ b/src/gcompris/log.c
@@ -41,11 +41,6 @@
#define KEYLOG_MAX 256
-#if defined _WIN32 || defined __WIN32__
-# undef WIN32 /* avoid warning on mingw32 */
-# define WIN32
-#endif
-
#ifdef WIN32
static gchar hostname[256]="unknown";
#else