mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 18:16:13 +08:00
[SHELL32] Always initialize COM for Folder Options dialog (#7433)
CORE-19784
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user