Parent Directory
|
Revision Log
|
Patch
revision 82 by twoaday, Wed Nov 16 12:24:09 2005 UTC | revision 116 by werner, Wed Dec 7 17:06:29 2005 UTC | |
---|---|---|
# | Line 114 const char * strtimestamp (long timestam | Line 114 const char * strtimestamp (long timestam |
114 | HH_TP_HELP_CONTEXTMENU, (DWORD)helparr); \ | HH_TP_HELP_CONTEXTMENU, (DWORD)helparr); \ |
115 | } while (0) | } while (0) |
116 | #else | #else |
117 | #define html_help_init(cookie) 0 | #define html_help_init(cookie) do { } while (0) |
118 | #define html_help_deinit() 0 | #define html_help_deinit() do { } while (0) |
119 | #define html_help_dispatch(param, file, helparr) 0 | #define html_help_dispatch(param, file, helparr) do { } while (0) |
120 | #endif | #endif |
121 | ||
122 | #endif /* WPT_W32_API_H */ | #endif /* WPT_W32_API_H */ |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |