From d7b2c8a13bdd3bb7a37bc3959fc61df73aca53e8 Mon Sep 17 00:00:00 2001
From: Martin Fuchs <martin-fuchs@gmx.net>
Date: Mon, 1 Sep 2003 23:54:28 +0000
Subject: [PATCH] Define TBIF_BYINDEX.

---
 include/commctrl.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/commctrl.h b/include/commctrl.h
index 023eaa78b03..29d6db930a9 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -1010,6 +1010,7 @@ static const WCHAR TOOLBARCLASSNAMEW[] = { 'T','o','o','l','b','a','r',
 #define TBIF_LPARAM             0x00000010
 #define TBIF_COMMAND            0x00000020
 #define TBIF_SIZE               0x00000040
+#define TBIF_BYINDEX            0x80000000
 
 #define TBBF_LARGE		0x0001
 
-- 
GitLab