From 0b60062b249085d17bf49932ab4656eb8ea19094 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 11 Mar 2007 22:46:42 +0000 Subject: Fixed comment. --- win32/PlatWin.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/PlatWin.cxx b/win32/PlatWin.cxx index 71114c27c..b2cc554bb 100644 --- a/win32/PlatWin.cxx +++ b/win32/PlatWin.cxx @@ -2163,8 +2163,8 @@ void Platform_Initialise(void *hInstance) { onNT = osv.dwPlatformId == VER_PLATFORM_WIN32_NT; ::InitializeCriticalSection(&crPlatformLock); hinstPlatformRes = reinterpret_cast(hInstance); - // This may be called from DllMain, in which case the call to LoadLibrary and - // FreeLibrary in Platform_Finalise are bad because they can upset the DLL load order. + // This may be called from DllMain, in which case the call to LoadLibrary + // is bad because it can upset the DLL load order. if (!hDLLImage) { hDLLImage = ::LoadLibrary(TEXT("Msimg32")); } -- cgit v1.2.3