mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
[CPL][DESK] hShell32 is always non-NULL in epilogue
This commit is contained in:
parent
ce498aa571
commit
72e5c2e77c
1 changed files with 1 additions and 2 deletions
|
@ -140,8 +140,7 @@ DisplayAdvancedSettings(HWND hWndParent, PDISPLAY_DEVICE_ENTRY DisplayDevice)
|
||||||
IDataObject_Release(pdo);
|
IDataObject_Release(pdo);
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
if (hShell32)
|
FreeLibrary(hShell32);
|
||||||
FreeLibrary(hShell32);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return Ret;
|
return Ret;
|
||||||
|
|
Loading…
Reference in a new issue