summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-07-11 22:24:49 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-07-11 22:24:49 -0400
commit552ffc23118960bc598d6bd83db6661fe4bbf63b (patch)
tree23cd9e845785b1110510f128ff86d71c87eff3f1 /modules
parent069767e1f71a0a83c7abd5fba07f7c60a9956667 (diff)
downloadpango-552ffc23118960bc598d6bd83db6661fe4bbf63b.tar.gz
Bug 653985 - Pango 1.29.x make GTK3-demo.exe crashed in Windows
Similar to d9e254f which changed the rest of the modules, moved the PANGO_MODULE_PREFIX define from basic-win32.c to the VS9 project file to avoid breaking autotools build. Fixes basic-win32 module loading when pango is built with autotools + MinGW.
Diffstat (limited to 'modules')
-rw-r--r--modules/basic/basic-win32.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/basic/basic-win32.c b/modules/basic/basic-win32.c
index 7a27d501..810d2a22 100644
--- a/modules/basic/basic-win32.c
+++ b/modules/basic/basic-win32.c
@@ -33,10 +33,6 @@
extern HFONT _pango_win32_font_get_hfont (PangoFont *font);
-#ifndef PANGO_MODULE_PREFIX
-#define PANGO_MODULE_PREFIX _pango_basic_win32
-#endif
-
#include "pango-engine.h"
#include "pango-utils.h"