From 85be46acc436ccc3b61daecb5432a34745393391 Mon Sep 17 00:00:00 2001 From: Filip Navara Date: Mon, 9 Aug 2004 15:15:20 +0000 Subject: [PATCH] Define PBS_MARQUEE and PBM_SETMARQUEE. svn path=/trunk/; revision=10447 --- reactos/w32api/include/commctrl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/w32api/include/commctrl.h b/reactos/w32api/include/commctrl.h index 51334b9c5f9..ff4cca5bd9f 100644 --- a/reactos/w32api/include/commctrl.h +++ b/reactos/w32api/include/commctrl.h @@ -896,6 +896,10 @@ extern "C" { #define PBM_SETBKCOLOR CCM_SETBKCOLOR #define PBS_SMOOTH 1 #define PBS_VERTICAL 4 +#if (_WIN32_WINNT >= 0x0501) +#define PBS_MARQUEE 8 +#define PBM_SETMARQUEE (WM_USER+10) +#endif #define LVS_ICON 0 #define LVS_REPORT 1 #define LVS_SMALLICON 2