mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 03:41:04 +00:00
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:
parent
d7a2a650bb
commit
1852c085e8
1 changed files with 2 additions and 2 deletions
|
@ -191,12 +191,12 @@ void _initWin32Context()
|
|||
gShell32DllVersion.dwBuildNumber,
|
||||
gShell32DllVersion.dwPlatformID);
|
||||
}
|
||||
#endif
|
||||
|
||||
// cleanup...
|
||||
FreeLibrary(hShell32Dll);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// Register the windows notify message we want...
|
||||
gNotifyMsg = RegisterWindowMessage(NOTIFY_MESSAGE_NAME);
|
||||
if (gNotifyMsg == 0)
|
||||
|
|
Loading…
Reference in a new issue