mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Rationalized MS ifdefs
This commit is contained in:
parent
d4ab3cde8e
commit
9b38a145e2
3 changed files with 10 additions and 18 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue