wine/ windows/win.c windows/message.c programs ...

Robert Shearman R.J.Shearman at warwick.ac.uk
Tue Nov 25 22:35:26 CST 2003


> -----Original Message-----
> From: wine-cvs-admin at winehq.com [mailto:wine-cvs-admin at winehq.com]On
> Behalf Of Alexandre Julliard
> Sent: 26 November 2003 04:09
> To: wine-cvs at winehq.com
> Subject: wine/ windows/win.c windows/message.c programs ...
>

> Log message:
> 	Fixed declarations of BroadcastSystemMessage and
> TranslateAccelerator
> 	in winuser.h. Added GetWindowModuleFileName.

> +LONG        WINAPI
BroadcastSystemMessageA(DWORD,LPDWORD,UINT,WPARAM,LPARAM);
> +LONG        WINAPI
BroadcastSystemMessageW(DWORD,LPDWORD,UINT,WPARAM,LPARAM);
> +#define     BroadcastSystemMessage WINELIB_NAME_A(BroadcastSystemMessage)

Should this not be WINELIB_NAME_AW?

Rob





More information about the wine-devel mailing list