summaryrefslogtreecommitdiffstats
path: root/Programs/python.c
diff options
context:
space:
mode:
Diffstat (limited to 'Programs/python.c')
-rw-r--r--Programs/python.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Programs/python.c b/Programs/python.c
index 78e48f8..c7697fa 100644
--- a/Programs/python.c
+++ b/Programs/python.c
@@ -6,7 +6,7 @@
int
wmain(int argc, wchar_t **argv)
{
- return Py_Main(argc, argv);
+ return _Py_WindowsMain(argc, argv);
}
#else
int