summaryrefslogtreecommitdiffstats
path: root/PC/WinMain.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-08 19:58:59 (GMT)
committerGuido van Rossum <guido@python.org>1998-08-08 19:58:59 (GMT)
commit67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c (patch)
treeb1152cda11c5ddb8aa85007b6c08c7959576062e /PC/WinMain.c
parente2d81cd4d7f151d07278fc0adfa556a3aa9a957f (diff)
downloadcpython-67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c.zip
cpython-67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c.tar.gz
cpython-67ab67218bb8c5f45f57ed8f8f5a5eec61a68c7c.tar.bz2
Different version games:
- MS_DLL_ID is now set to "1.5" instead of "1.5.x" so Mark Hammond's extensions won't have to be changed. - FILEVERSION and PRODUCTVERSION are set to 1,5,2,1. (The last number could be the build# or the alpha release# or so.)
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r--PC/WinMain.c1
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();