mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 11:43:04 +00:00
[0.4.10][SHELL32][SHLWAPI][COMDLG32][SDK] Unable to select a Zip file for sending with Common Open Dialog CORE-16908
It "regressed" by 0.4.9-dev-632-gda6a46c6ac
when zipfldr.dll got registered. Ftr: Even without this complex fix it was possible to workaround this bug by 'regsvr32 /u zipfldr.dll'. by porting back: 0.4.15-dev-279-g83a9f71690
CORE-16908 [SHELL32] Allow creation of an empty CFileSysEnum 0.4.15-dev-254-g332889b8d7
CORE-16908 [COMDLG32] Differentiate between real and virtual folders 0.4.15-dev-252-gf379a29606
CORE-16908 [SHELL32][SDK] Properly enumerate virtual shell folders (on files) as fake folders 0.4.15-dev-251-gb1003ae909
CORE-16908 [SHELL32] Update CFileSysEnum to be maintaineable 0.4.15-dev-250-gac215455bb
CORE-16908 [SHLWAPI] Fix SHRegGetCLSIDKeyW and we also need: 0.4.14-dev-73-g5d54b65ceb
CORE-16271 [SHELL32] Add support for custom View objects defined with UICLSID
This commit is contained in:
parent
1e89cb7dc8
commit
1a2031b169
6 changed files with 357 additions and 178 deletions
|
@ -53,6 +53,7 @@ HRESULT WINAPI IsQSForward(REFGUID pguidCmdGroup,ULONG cCmds, OLECMD *prgCmds);
|
|||
BOOL WINAPI SHIsChildOrSelf(HWND hParent, HWND hChild);
|
||||
HRESULT WINAPI SHForwardContextMenuMsg(IUnknown* pUnk, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* pResult, BOOL useIContextMenu2);
|
||||
|
||||
HRESULT WINAPI SHRegGetCLSIDKeyW(REFGUID guid, LPCWSTR lpszValue, BOOL bUseHKCU, BOOL bCreate, PHKEY phKey);
|
||||
|
||||
BOOL WINAPI SHAddDataBlock(LPDBLIST* lppList, const DATABLOCK_HEADER *lpNewItem);
|
||||
BOOL WINAPI SHRemoveDataBlock(LPDBLIST* lppList, DWORD dwSignature);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue