aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--libsylph/defs.h8
2 files changed, 7 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 9836e6fc..10dbca9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2012-03-26
+ * libsylph/defs.h: removed direct inclusion of <glibconfig.h> and
+ <glib/gwin32.h> (fixes Bug #53).
+
+2012-03-26
+
* src/menu.c: menu_button_position(): adjusted the menu position.
2012-03-26
diff --git a/libsylph/defs.h b/libsylph/defs.h
index 75c13a6d..9e3f82bf 100644
--- a/libsylph/defs.h
+++ b/libsylph/defs.h
@@ -1,6 +1,6 @@
/*
* LibSylph -- E-Mail client library
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -24,11 +24,7 @@
# include "config.h"
#endif
-#include <glibconfig.h>
-
-#ifdef G_OS_WIN32
-# include <glib/gwin32.h>
-#endif
+#include <glib.h>
#if HAVE_PATHS_H
# include <paths.h>