[PATCH 7/8] user32: Discard internal messages in set_active_window.

Gabriel Ivăncescu gabrielopcode at gmail.com
Fri Aug 14 09:24:15 CDT 2020


Hi Rémi,

On 14/08/2020 15:56, Rémi Bernon wrote:
> diff --git a/dlls/user32/user_private.h b/dlls/user32/user_private.h
> index 19dfbbe48c0..3348c58ca67 100644
> --- a/dlls/user32/user_private.h
> +++ b/dlls/user32/user_private.h
> @@ -248,6 +248,7 @@ extern void CLIPBOARD_ReleaseOwner( HWND hwnd ) DECLSPEC_HIDDEN;
>   extern BOOL FOCUS_MouseActivate( HWND hwnd ) DECLSPEC_HIDDEN;
>   extern BOOL set_active_window( HWND hwnd, HWND *prev, BOOL mouse, BOOL focus, BOOL internal ) DECLSPEC_HIDDEN;
>   extern BOOL set_capture_window( HWND hwnd, UINT gui_flags, HWND *prev_ret ) DECLSPEC_HIDDEN;
> +extern void discard_internal_messages( UINT msg );
>   extern void free_dce( struct dce *dce, HWND hwnd ) DECLSPEC_HIDDEN;
>   extern void invalidate_dce( struct tagWND *win, const RECT *rect ) DECLSPEC_HIDDEN;
>   extern HDC get_display_dc(void) DECLSPEC_HIDDEN;
> 

Probably just a nitpick, but is there a reason this isn't DECLSPEC_HIDDEN?



More information about the wine-devel mailing list