Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/gpdf-g-switch.h
blob: ffc59c2b3d9cd65d2473f75c6db6b2a584772fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* 
 * When including goo and glib headers in one file:
 *
 * #include "GList.h"
 * #include "gpdf-g-switch.h"
 * #include "glib.h"
 * < more glib/gtk+/gnome headers >
 * #include "gpdf-g-switch.h"
 */


#ifdef GPDF_GOO
#  undef GString
#  undef GList
#  undef GDir
#  undef GMutex
#  undef GPDF_GOO
#else
#  define GString G_String
#  define GList   G_List
#  define GDir    G_Dir
#  define GMutex  G_Mutex
#  define GPDF_GOO
#endif