commit | 639ccae5f6550fbfddd54bcf38658dc38971a147 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sat Aug 08 20:00:49 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Sat Aug 08 20:00:49 1998 +0000 |
tree | 6fe0c0a18f0228c1a648b87a3d927bf433ddfc01 | |
parent | 67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c [diff] |
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"