aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-03-26 07:36:06 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-03-26 07:36:06 +0000
commit1870cab997b57fbe9f33da45ad7464054006b4a3 (patch)
tree72e2ba1783da42a0bc9fbbfd7160b99acb50ef9f
parent61735698878fdcce0d0a62d13da5fbb68edc9f19 (diff)
removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3033 ee746299-78ed-0310-b773-934348b2243d
-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>