From: Guido van Rossum Date: Sat, 8 Aug 1998 20:00:49 +0000 (+0000) Subject: This file's previous log message is bogus. X-Git-Tag: v1.5.2a1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=639ccae5f6550fbfddd54bcf38658dc38971a147;p=thirdparty%2FPython%2Fcpython.git 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 e50fb3298a5e..36aa90353fd0 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 #include "Python.h"