Commit df261bcf authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

user32: Remove _wassert workaround.

We no longer link to mingwex. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 093d5385
......@@ -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
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment