summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/WinMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c
index 4249567..7ee1ad6 100644
--- a/PC/WinMain.c
+++ b/PC/WinMain.c
@@ -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"