Mark Harmstone hellas@burntcomma.com writes:
@@ -4060,6 +4060,15 @@ WORD WINAPI SYSTEM_KillSystemTimer( WORD ); WINUSERAPI BOOL CDECL __wine_send_input( HWND hwnd, const INPUT *input ); #endif
+/* Wine-specific version of the undocumented structs
- used by uxtheme to hook into user32. */
+typedef struct +{
- WNDPROC DefWindowProcA;
- WNDPROC DefWindowProcW;
+} WINEUSERAPIHOOK;
This doesn't belong in winuser.h.