[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;