From 639ccae5f6550fbfddd54bcf38658dc38971a147 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 8 Aug 1998 20:00:49 +0000 Subject: [PATCH] This file's previous log message is bogus. The real change is that it now includes "Python.h". --- PC/WinMain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PC/WinMain.c b/PC/WinMain.c index e50fb3298a5..36aa90353fd 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"