This file's previous log message is bogus.

The real change is that it now includes "Python.h".
This commit is contained in:
Guido van Rossum 1998-08-08 20:00:49 +00:00
parent 67ab67218b
commit 639ccae5f6
1 changed files with 1 additions and 1 deletions

View File

@ -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"