mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +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,11 +191,11 @@ void _initWin32Context()
|
||||||
gShell32DllVersion.dwBuildNumber,
|
gShell32DllVersion.dwBuildNumber,
|
||||||
gShell32DllVersion.dwPlatformID);
|
gShell32DllVersion.dwPlatformID);
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
// cleanup...
|
// cleanup...
|
||||||
FreeLibrary(hShell32Dll);
|
FreeLibrary(hShell32Dll);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
// Register the windows notify message we want...
|
// Register the windows notify message we want...
|
||||||
gNotifyMsg = RegisterWindowMessage(NOTIFY_MESSAGE_NAME);
|
gNotifyMsg = RegisterWindowMessage(NOTIFY_MESSAGE_NAME);
|
||||||
|
|
Loading…
Reference in a new issue