Parent Directory
|
Revision Log
|
Patch
revision 81 by twoaday, Wed Nov 16 11:05:16 2005 UTC | revision 82 by twoaday, Wed Nov 16 12:24:09 2005 UTC | |
---|---|---|
# | Line 98 const char * strtimestamp (long timestam | Line 98 const char * strtimestamp (long timestam |
98 | #ifdef _MSC_VER | #ifdef _MSC_VER |
99 | #include <htmlhelp.h> | #include <htmlhelp.h> |
100 | ||
101 | /* Support for the new html context sentensive help. For | |
102 | now it can be only used with native W32 compilers. */ | |
103 | #define html_help_init(cookie) \ | #define html_help_init(cookie) \ |
104 | HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD)(cookie)) | HtmlHelp (NULL, NULL, HH_INITIALIZE, (DWORD)(cookie)) |
105 |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |