updated for win32 msvc build

This commit is contained in:
Hans Breuer
2001-02-19 21:51:19 +00:00
parent f1b60091b9
commit d1a05f990e
16 changed files with 133 additions and 6 deletions

View File

@@ -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 */
}