Skip to content

Commit f3cc252

Browse files
authored
eliminate duplication of the check for the MS_WINDOWS macro.
1 parent bbcb75c commit f3cc252

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Python/pythonrun.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@
3434

3535
#ifdef MS_WINDOWS
3636
# include "malloc.h" // alloca()
37-
#endif
38-
39-
#ifdef MS_WINDOWS
4037
# undef BYTE
4138
# include "windows.h"
4239
#endif

0 commit comments

Comments
 (0)