Parent Directory
|
Revision Log
remove old ebuilds (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key EC917A6D)
| 1 | ------------------------------------------------------------------------ |
| 2 | r3033 | hiro | 2012-03-26 16:36:06 +0900 (Mon, 26 Mar 2012) | 1 line |
| 3 | |
| 4 | removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53). |
| 5 | ------------------------------------------------------------------------ |
| 6 | Index: libsylph/defs.h |
| 7 | =================================================================== |
| 8 | --- libsylph/defs.h (revision 3032) |
| 9 | +++ libsylph/defs.h (revision 3033) |
| 10 | @@ -24,12 +24,8 @@ |
| 11 | # include "config.h" |
| 12 | #endif |
| 13 | |
| 14 | -#include <glibconfig.h> |
| 15 | +#include <glib.h> |
| 16 | |
| 17 | -#ifdef G_OS_WIN32 |
| 18 | -# include <glib/gwin32.h> |
| 19 | -#endif |
| 20 | - |
| 21 | #if HAVE_PATHS_H |
| 22 | # include <paths.h> |
| 23 | #endif |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |