diff options
author | Guido van Rossum <guido@python.org> | 1998-08-08 20:00:49 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-08-08 20:00:49 (GMT) |
commit | 639ccae5f6550fbfddd54bcf38658dc38971a147 (patch) | |
tree | 6fe0c0a18f0228c1a648b87a3d927bf433ddfc01 /PC/WinMain.c | |
parent | 67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c (diff) | |
download | cpython-639ccae5f6550fbfddd54bcf38658dc38971a147.zip cpython-639ccae5f6550fbfddd54bcf38658dc38971a147.tar.gz cpython-639ccae5f6550fbfddd54bcf38658dc38971a147.tar.bz2 |
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 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" |