mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 16:10:29 +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
|
static DWORD CALLBACK
|
||||||
ShowFolderOptionsDialogThreadProc(LPVOID param)
|
ShowFolderOptionsDialogThreadProc(LPVOID param)
|
||||||
{
|
{
|
||||||
|
CCoInit com; // Required when started from rundll32 (SHAutoComplete in PickIconDlg)
|
||||||
PROPSHEETHEADERW pinfo;
|
PROPSHEETHEADERW pinfo;
|
||||||
HPROPSHEETPAGE hppages[3];
|
HPROPSHEETPAGE hppages[3];
|
||||||
HPROPSHEETPAGE hpage;
|
HPROPSHEETPAGE hpage;
|
||||||
|
|
Loading…
Reference in a new issue