From: Jacek Caban Subject: [PATCH] user32: Remove _wassert workaround. Message-Id: Date: Wed, 26 Jan 2022 13:01:55 +0100 We no longer link to mingwex. Signed-off-by: Jacek Caban --- dlls/user32/user_main.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/user32/user_main.c b/dlls/user32/user_main.c index 78bc1fddfc2..62097edcdaa 100644 --- a/dlls/user32/user_main.c +++ b/dlls/user32/user_main.c @@ -52,11 +52,6 @@ static DWORD exiting_thread_id; extern void WDML_NotifyThreadDetach(void); -#ifdef __MINGW32__ -/* work around a Mingw build issue where _wassert causes a duplicate reference to MessageBoxW */ -void __cdecl _wassert( const WCHAR *msg, const WCHAR *file, unsigned line) { abort(); } -#endif - /*********************************************************************** * USER_Lock */