comctl32: Add missing theming wndproc declarations to the comctl32 private header

James Hawkins truiken at gmail.com
Wed Oct 11 13:19:33 CDT 2006


Hi,

Changelog:
* Add missing theming wndproc declarations to the comctl32 private header.

 dlls/comctl32/comctl32.h |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h
index 66a0973..e30161c 100644
--- a/dlls/comctl32/comctl32.h
+++ b/dlls/comctl32/comctl32.h
@@ -256,4 +256,20 @@ extern void THEMING_Uninitialize(void);
 extern LRESULT THEMING_CallOriginalClass(HWND, UINT, WPARAM, LPARAM);
 extern void THEMING_SetSubclassData(HWND, ULONG_PTR);
 
+extern LRESULT CALLBACK THEMING_ComboSubclassProc(HWND hwnd, UINT msg,
+                                                 WPARAM wParam, LPARAM lParam,
+                                                 ULONG_PTR dwRefData);
+
+extern LRESULT CALLBACK THEMING_DialogSubclassProc(HWND hWnd, UINT msg,
+                                                   WPARAM wParam, LPARAM lParam,
+                                                   ULONG_PTR dwRefData);
+
+extern LRESULT CALLBACK THEMING_EditSubclassProc(HWND hwnd, UINT msg,
+                                                 WPARAM wParam, LPARAM lParam,
+                                                 ULONG_PTR dwRefData);
+
+extern LRESULT CALLBACK THEMING_ListBoxSubclassProc(HWND hwnd, UINT msg,
+                                                    WPARAM wParam, LPARAM lParam,
+                                                    ULONG_PTR dwRefData);
+
 #endif  /* __WINE_COMCTL32_H */
-- 
1.4.2.1


More information about the wine-patches mailing list