Rationalized MS ifdefs

This commit is contained in:
Guido van Rossum 1996-09-11 23:12:24 +00:00
parent d4ab3cde8e
commit 9b38a145e2
3 changed files with 10 additions and 18 deletions

View file

@ -44,7 +44,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <signal.h>
#endif
#ifdef NT
#ifdef MS_WIN32
#undef BYTE
#undef arglist
#include "windows.h"
@ -562,7 +562,7 @@ fatal(msg)
#ifdef macintosh
for (;;);
#endif
#ifdef NT
#ifdef MS_WIN32
OutputDebugString("Fatal Python error:");
OutputDebugString(msg);
OutputDebugString("\n");