diff options
author | Guido van Rossum <guido@python.org> | 1998-08-08 20:00:49 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-08 20:00:49 +0000 |
commit | 91896610edf3bb4d99a7ea5bcf10e2237bb61296 (patch) | |
tree | 089e59d58d809810402650b67cfb859aafeb6405 /PC/WinMain.c | |
parent | 19498747c231da8b9be1664adc342b55b7ec0f24 (diff) | |
download | cpython-91896610edf3bb4d99a7ea5bcf10e2237bb61296.tar.gz |
This file's previous log message is bogus.
The real change is that it now includes "Python.h".
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r-- | PC/WinMain.c | 2 |
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" |