/[winpt]/trunk/Include/wptW32API.h
ViewVC logotype

Diff of /trunk/Include/wptW32API.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 151 by twoaday, Wed Jan 18 11:53:10 2006 UTC revision 174 by twoaday, Thu Feb 2 08:20:50 2006 UTC
# Line 88  const char* get_locale_date (long tm_t, Line 88  const char* get_locale_date (long tm_t,
88  #ifdef _MSC_VER  #ifdef _MSC_VER
89  #include <htmlhelp.h>  #include <htmlhelp.h>
90    
 /* Support for the new html context sentensive help. For  
    now it can be only used with native W32 compilers. */  
91  #define html_help_init(cookie) \  #define html_help_init(cookie) \
92      HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD)(cookie))      HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD)(cookie))
93    
94  #define html_help_deinit() \  #define html_help_deinit(cookie) \
95      HtmlHelp (NULL, NULL, HH_UNINITIALIZE, 0)      HtmlHelp (NULL, NULL, HH_UNINITIALIZE, (DWORD)(cookie))
96    
97  #define html_help_dispatch(param, file, helparr) do { \  #define html_help_dispatch(param, file, helparr) do { \
98      HELPINFO *inf; \      HELPINFO *inf; \
# Line 105  const char* get_locale_date (long tm_t, Line 103  const char* get_locale_date (long tm_t,
103      } while (0)      } while (0)
104  #else  #else
105  #define html_help_init(cookie) do {} while (0)  #define html_help_init(cookie) do {} while (0)
106  #define html_help_deinit() do {} while (0)  #define html_help_deinit(cookie) do { (cookie) = 0; } while (0)
107  #define html_help_dispatch(param, file, helparr) do {} while (0)  #define html_help_dispatch(param, file, helparr) do {} while (0)
108  #endif  #endif
109    

Legend:
Removed from v.151  
changed lines
  Added in v.174

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26