On 2020-08-14 16:24, Gabriel Ivăncescu wrote:
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?
No reason indeed, thanks.