[CPL][DESK] hShell32 is always non-NULL in epilogue

This commit is contained in:
Katayama Hirofumi MZ 2019-10-22 09:43:34 +09:00
parent ce498aa571
commit 72e5c2e77c

View file

@ -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;