mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:43:04 +00:00
[0.4.13][EXPLORER|SHELL3232] Fix CORE-14439 part 2 of 2 - Fix Build
Missed a file. See CORE-14439. cherry picked from commit 0.4.14-dev-1210-g78098f99e0
[0.4.13][EXPLORER|SHELL3232] Fix CORE-14439 part 1 of 2 Prevent ros from halting when Miranda IM 0.10.21 snap-to-border-feature is used. Fix SHAppBarMessage (not perfect) by adapting wine code. See CORE-14439. More work is required. Kept the original code for reference. Example : SetWindowPos should be called via Post Message. Code commit is to wake up other developers. cherry picked from commit 0.4.14-dev-1209-g10d1afea18
This commit is contained in:
parent
9e37046cf9
commit
4f628f6b16
8 changed files with 456 additions and 4 deletions
|
@ -676,6 +676,11 @@ BOOL WINAPI GUIDFromStringW(
|
|||
#define TRAYCMD_SEARCH_FILES 41093
|
||||
#define TRAYCMD_SEARCH_COMPUTERS 41094
|
||||
|
||||
// Explorer Tray Application Bar Data Message Commands
|
||||
#define TABDMC_APPBAR 0
|
||||
#define TABDMC_NOTIFY 1
|
||||
#define TABDMC_LOADINPROC 2
|
||||
|
||||
void WINAPI ShellDDEInit(BOOL bInit);
|
||||
DWORD WINAPI WinList_Init(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue