pango: rename DllMain to pango_DllMain

This commit is contained in:
Matthias Gehre 2012-04-14 20:33:39 +02:00
parent a8f141786e
commit 72694c70c3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ index 44ec353..72e13f1 100644
BOOL WINAPI
-DllMain (HINSTANCE hinstDLL,
+static _disabled_DllMain (HINSTANCE hinstDLL,
+pango_DllMain (HINSTANCE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{