mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
SF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.
I believe Kevin Rodgers here! The old WINDOWS_LEAN_AND_MEAN has, AFAICT, always been wrong.
This commit is contained in:
parent
b3ca303a4e
commit
d29abb9915
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
/* Minimal main program -- everything is loaded from the library. */
|
||||
|
||||
#define WINDOWS_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
#include "Python.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue