https://git.reactos.org/?p=reactos.git;a=commitdiff;h=c3b4d356eba7eee4c006a54705f86f7db2060644

commit c3b4d356eba7eee4c006a54705f86f7db2060644
Author:     Amine Khaldi <[email protected]>
AuthorDate: Tue Apr 3 13:24:07 2018 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Tue Apr 3 13:24:07 2018 +0100

    [PSDK] Add some missing BS_* definitions. CORE-14434
---
 sdk/include/psdk/commctrl.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/sdk/include/psdk/commctrl.h b/sdk/include/psdk/commctrl.h
index eab908dcc3..8809f26a6f 100644
--- a/sdk/include/psdk/commctrl.h
+++ b/sdk/include/psdk/commctrl.h
@@ -4627,6 +4627,11 @@ typedef struct {
 
 #define BST_HOT 0x200
 
+#define BS_SPLITBUTTON    0x0000000C
+#define BS_DEFSPLITBUTTON 0x0000000D
+#define BS_COMMANDLINK    0x0000000E
+#define BS_DEFCOMMANDLINK 0x0000000F
+
 #endif /* !NOBUTTON */
 
 #ifndef NOSTATIC

Reply via email to