projects
/
xboard.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into gtk
[xboard.git]
/
winboard
/
help.h
1
#ifdef VISTA
\r
2
#include "htmlhelp.h"
\r
3
#else
\r
4
#ifdef _MSC_VER
\r
5
#if _MSC_VER <= 1200
\r
6
#define DWORD_PTR DWORD
\r
7
#endif
\r
8
#endif
\r
9
HWND WINAPI HtmlHelp( HWND hwnd, LPCSTR helpFile, UINT action, DWORD_PTR data );
\r
10
#endif
\r
11
int MyHelp(HWND hwnd, LPSTR helpFile, UINT action, DWORD_PTR data);
\r