xboard-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[XBoard-devel] HtmlHelp() argument 4


From: Eric Mullins
Subject: [XBoard-devel] HtmlHelp() argument 4
Date: Sat, 11 Jul 2009 20:19:55 -0600
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Aside from warnings, one reason for my patch was to allow this to compile in MSVC 6.x and 4.1.

The type DWORD_PTR doesn't exist in those headers.  I changed it to DWORD and passed 0 instead of NULL in the calls in order to fix that problem.

-int
-HtmlHelp( HWND hwnd, LPCSTR helpFile, UINT action, DWORD data )
+HWND WINAPI
+HtmlHelp( HWND hwnd, LPCSTR helpFile, UINT action, DWORD_PTR data )


author H.G. Muller <address@hidden> 2009-07-12 01:19:30 (GMT)
committer Arun Persaud <address@hidden> 2009-07-12 01:19:30 (GMT)
commit 3cc03b735ac2bff48a80937827a2ddcf22878959 (patch)
tree dfc24a76d5e01b8ba6664c8d8e1ff96fea52d138
parent 09d3d08d9ce11ff482e34bad7b97380f134c14f4 (diff)
download xboard-3cc03b735ac2bff48a80937827a2ddcf22878959.tar.gz

reply via email to

[Prev in Thread] Current Thread [Next in Thread]