Index: core/fxge/win32/fx_win32_gdipext.cpp |
diff --git a/core/fxge/win32/fx_win32_gdipext.cpp b/core/fxge/win32/fx_win32_gdipext.cpp |
index 4e52a8941a9a048fc205c777863ced4ad8031afb..15f0972bba5bd52096c5e045e15a470cf9226e46 100644 |
--- a/core/fxge/win32/fx_win32_gdipext.cpp |
+++ b/core/fxge/win32/fx_win32_gdipext.cpp |
@@ -686,7 +686,7 @@ void CGdiplusExt::Load() { |
strPlusPath += buf; |
strPlusPath += "\\"; |
strPlusPath += "GDIPLUS.DLL"; |
- m_hModule = LoadLibraryA(strPlusPath); |
+ m_hModule = LoadLibraryA(strPlusPath.c_str()); |
if (!m_hModule) { |
return; |
} |