From cdcd38e9aed2ad5e37e23016b51c159332df7875 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Fri, 27 Jul 2007 09:33:28 +0000 Subject: [PATCH] Add missing HH_SAFE_DISPLAY_TOPIC constant svn path=/trunk/; revision=27905 --- reactos/include/psdk/htmlhelp.h | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/include/psdk/htmlhelp.h b/reactos/include/psdk/htmlhelp.h index edfae94b787..dc2181da08d 100644 --- a/reactos/include/psdk/htmlhelp.h +++ b/reactos/include/psdk/htmlhelp.h @@ -48,6 +48,7 @@ #define HH_SET_EXCLUSIVE_FILTER 0x19 #define HH_INITIALIZE 0x1C #define HH_UNINITIALIZE 0x1D +#define HH_SAFE_DISPLAY_TOPIC 0x20 #define HH_PRETRANSLATEMESSAGE 0xFD #define HH_SET_GLOBAL_PROPERTY 0xFC