]> granicus.if.org Git - python/commitdiff
This file's previous log message is bogus.
authorGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:00:49 +0000 (20:00 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:00:49 +0000 (20:00 +0000)
The real change is that it now includes "Python.h".

PC/WinMain.c

index e50fb3298a5e987fe2860570eb8aac9571239341..36aa90353fd0188bc68af4b422f77a5561f22b12 100644 (file)
@@ -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"