[SHELL32] Always initialize COM for Folder Options dialog (#7433)

CORE-19784
This commit is contained in:
Whindmar Saksit
2024-10-09 21:58:44 +02:00
committed by GitHub
parent 2f824a4a18
commit 8ff9781eae

View File

@@ -234,6 +234,7 @@ enum {
static DWORD CALLBACK
ShowFolderOptionsDialogThreadProc(LPVOID param)
{
CCoInit com; // Required when started from rundll32 (SHAutoComplete in PickIconDlg)
PROPSHEETHEADERW pinfo;
HPROPSHEETPAGE hppages[3];
HPROPSHEETPAGE hpage;