summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-08 20:00:49 +0000
committerGuido van Rossum <guido@python.org>1998-08-08 20:00:49 +0000
commit91896610edf3bb4d99a7ea5bcf10e2237bb61296 (patch)
tree089e59d58d809810402650b67cfb859aafeb6405
parent19498747c231da8b9be1664adc342b55b7ec0f24 (diff)
downloadcpython-91896610edf3bb4d99a7ea5bcf10e2237bb61296.tar.gz
This file's previous log message is bogus.
The real change is that it now includes "Python.h".
-rw-r--r--PC/WinMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c
index e50fb3298a..36aa90353f 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"