Commit 6455295e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

hhctrl.ocx: winapi_check expects the module name to be all uppercase in the documentation.

parent 8f3187bd
......@@ -87,7 +87,7 @@ static const char *command_to_string(UINT command)
}
/******************************************************************
* HtmlHelpW (hhctrl.ocx.15)
* HtmlHelpW (HHCTRL.OCX.15)
*/
HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR data)
{
......@@ -159,7 +159,7 @@ HWND WINAPI HtmlHelpW(HWND caller, LPCWSTR filename, UINT command, DWORD_PTR dat
}
/******************************************************************
* HtmlHelpA (hhctrl.ocx.14)
* HtmlHelpA (HHCTRL.OCX.14)
*/
HWND WINAPI HtmlHelpA(HWND caller, LPCSTR filename, UINT command, DWORD_PTR data)
{
......@@ -223,7 +223,7 @@ HWND WINAPI HtmlHelpA(HWND caller, LPCSTR filename, UINT command, DWORD_PTR data
}
/******************************************************************
* doWinMain (hhctrl.ocx.13)
* doWinMain (HHCTRL.OCX.13)
*/
int WINAPI doWinMain(HINSTANCE hInstance, LPSTR szCmdLine)
{
......@@ -244,7 +244,7 @@ int WINAPI doWinMain(HINSTANCE hInstance, LPSTR szCmdLine)
}
/******************************************************************
* DllGetClassObject (hhctrl.ocx.@)
* DllGetClassObject (HHCTRL.OCX.@)
*/
HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID *ppv)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment