mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
updated for win32 msvc build
This commit is contained in:
@@ -435,6 +435,10 @@ g_logv (const gchar *log_domain,
|
||||
#ifdef G_OS_WIN32
|
||||
MessageBox (NULL, fatal_msg_buf, NULL, MB_OK);
|
||||
#endif
|
||||
# if defined (_MSC_VER) && defined (_DEBUG)
|
||||
/* let's see the call stack ... */
|
||||
__asm int 3
|
||||
# endif
|
||||
abort ();
|
||||
#endif /* !G_ENABLE_DEBUG || !SIGTRAP */
|
||||
}
|
||||
|
Reference in New Issue
Block a user