mirror of https://github.com/python/cpython.git
This file's previous log message is bogus.
The real change is that it now includes "Python.h".
This commit is contained in:
parent
67ab67218b
commit
639ccae5f6
|
@ -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 <windows.h>
|
||||||
#include "Python.h"
|
#include "Python.h"
|
||||||
|
|
Loading…
Reference in New Issue