mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[Explorer|Shell32] Fix Build
Missed a file. See CORE-14439.
This commit is contained in:
parent
10d1afea18
commit
78098f99e0
1 changed files with 5 additions and 0 deletions
|
@ -690,6 +690,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…
Reference in a new issue