Add version check in debug for Shell32.dll - oops checkin last time

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39793 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-05-19 17:03:41 +00:00
parent d7a2a650bb
commit 1852c085e8

View file

@ -191,11 +191,11 @@ void _initWin32Context()
gShell32DllVersion.dwBuildNumber,
gShell32DllVersion.dwPlatformID);
}
#endif
// cleanup...
FreeLibrary(hShell32Dll);
}
#endif
// Register the windows notify message we want...
gNotifyMsg = RegisterWindowMessage(NOTIFY_MESSAGE_NAME);