]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/gpdf-g-switch.h
add GMutex (not used yet)
[evince.git] / pdf / xpdf / gpdf-g-switch.h
1 /* 
2  * When including goo and glib headers in one file:
3  *
4  * #include "GList.h"
5  * #include "gpdf-g-switch.h"
6  * #include "glib.h"
7  * < more glib/gtk+/gnome headers >
8  * #include "gpdf-g-switch.h"
9  */
10
11
12 #ifdef GPDF_GOO
13 #  undef GString
14 #  undef GList
15 #  undef GDir
16 #  undef GMutex
17 #  undef GPDF_GOO
18 #else
19 #  define GString G_String
20 #  define GList   G_List
21 #  define GDir    G_Dir
22 #  define GMutex  G_Mutex
23 #  define GPDF_GOO
24 #endif