mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +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,7 +140,6 @@ DisplayAdvancedSettings(HWND hWndParent, PDISPLAY_DEVICE_ENTRY DisplayDevice)
|
|||
IDataObject_Release(pdo);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
if (hShell32)
|
||||
FreeLibrary(hShell32);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue