mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[SHELL32] Always initialize COM for Folder Options dialog (#7433)
CORE-19784
This commit is contained in:
parent
2f824a4a18
commit
8ff9781eae
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue