https://git.reactos.org/?p=reactos.git;a=commitdiff;h=78098f99e0838d78e9638…
commit 78098f99e0838d78e9638422fccfaaeb7e52a13e
Author: jimtabor <james.tabor(a)reactos.org>
AuthorDate: Sat Mar 21 19:18:15 2020 -0500
Commit: jimtabor <james.tabor(a)reactos.org>
CommitDate: Sat Mar 21 19:18:15 2020 -0500
[Explorer|Shell32] Fix Build
Missed a file. See CORE-14439.
---
sdk/include/reactos/undocshell.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sdk/include/reactos/undocshell.h b/sdk/include/reactos/undocshell.h
index 1927bf26015..3b7c5d6463c 100644
--- a/sdk/include/reactos/undocshell.h
+++ b/sdk/include/reactos/undocshell.h
@@ -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);