27 Mar
2015
27 Mar
'15
2:58 a.m.
Mark Harmstone <hellas(a)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. -- Alexandre Julliard julliard(a)winehq.org