This file's previous log message is bogus.
The real change is that it now includes "Python.h".
diff --git a/PC/WinMain.c b/PC/WinMain.c
index e50fb32..36aa903 100644
--- a/PC/WinMain.c
+++ b/PC/WinMain.c
@@ -1,4 +1,4 @@
-/* Minimal main program -- everything is loaded from the library */
+/* Minimal main program -- everything is loaded from the library. */
 
 #include <windows.h>
 #include "Python.h"