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

Francois Gouget fgouget at free.fr
Tue Jun 12 10:50:32 CDT 2007


---
 dlls/hhctrl.ocx/hhctrl.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dlls/hhctrl.ocx/hhctrl.c b/dlls/hhctrl.ocx/hhctrl.c
index b687a83..44a1eb3 100644
--- a/dlls/hhctrl.ocx/hhctrl.c
+++ b/dlls/hhctrl.ocx/hhctrl.c
@@ -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)
 {
-- 
1.4.4.4




More information about the wine-patches mailing list