SDL Pango 0.1.2 as released by Upstream
[sdlpango.git] / sidebyside_patch / pango.patch
blob9e8fee0c59c7e1f62dbc90d3dc76f8b7d45f3454
1 Index: pango/pango-utils.c
2 ===================================================================
3 --- pango/pango-utils.c (revision 97)
4 +++ pango/pango-utils.c (revision 98)
5 @@ -46,8 +46,12 @@
6 #define STRICT
7 #include <windows.h>
9 +#ifdef SIDEBYSIDE
10 +#define g_getenv(x) NULL
11 #endif
13 +#endif
15 struct PangoAlias
17 char *alias;