|
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 )
|
[Prev in Thread] | Current Thread | [Next in Thread] |