summaryrefslogtreecommitdiffstats
path: root/win/winMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'win/winMain.c')
-rw-r--r--win/winMain.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/win/winMain.c b/win/winMain.c
index f263339..a936d88 100644
--- a/win/winMain.c
+++ b/win/winMain.c
@@ -199,9 +199,7 @@ WishPanic TCL_VARARGS_DEF(char *,arg1)
MessageBox(NULL, buf, "Fatal Error in Wish",
MB_ICONSTOP | MB_OK | MB_TASKMODAL | MB_SETFOREGROUND);
#ifdef _MSC_VER
- _asm {
- int 3
- }
+ DebugBreak();
#endif
ExitProcess(1);
}