mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08: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:
@@ -323,6 +323,7 @@ Nicholas Riley
|
||||
Jean-Claude Rimbault
|
||||
Andy Robinson
|
||||
Jim Robinson
|
||||
Kevin Rodgers
|
||||
Mike Romberg
|
||||
Case Roole
|
||||
Timothy Roscoe
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user