diff options
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r-- | PC/WinMain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c index d833aa7..e50fb32 100644 --- a/PC/WinMain.c +++ b/PC/WinMain.c @@ -1,6 +1,7 @@ /* Minimal main program -- everything is loaded from the library */ #include <windows.h> +#include "Python.h" extern int Py_Main(); |