From c3585ba32dc84eea7b3784cc244fa51e82e028fc Mon Sep 17 00:00:00 2001 From: Uwe Bonnes Date: Sun, 15 Oct 2000 00:24:48 +0000 Subject: [PATCH] Added additional resource IDs. --- dlls/comctl32/comctl32.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h index 9cb48e01f9..3c55664649 100644 --- a/dlls/comctl32/comctl32.h +++ b/dlls/comctl32/comctl32.h @@ -61,6 +61,9 @@ extern HMODULE COMCTL32_hModule; #define IDM_NOV 311 #define IDM_DEC 312 +#define IDM_TODAY 4163 +#define IDM_GOTODAY 4164 + /* Treeview Checboxes */ #define IDT_CHECK 401