Make WIZARD unconditional.

This commit is contained in:
Sean Hunt
2015-02-27 19:33:22 -05:00
parent ad82ca80f3
commit 4f59f5c6fd
62 changed files with 42 additions and 493 deletions
-2
View File
@@ -236,7 +236,6 @@ extern void NDECL(backsp);
void win32_abort()
{
#ifdef WIZARD
if (wizard) {
# ifdef WIN32CON
int c, ci, ct;
@@ -263,7 +262,6 @@ void win32_abort()
DebugBreak();
# endif
}
#endif
abort();
}