summaryrefslogtreecommitdiffstats
path: root/PC/WinMain.c
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2000-07-22 23:59:33 (GMT)
committerThomas Wouters <thomas@python.org>2000-07-22 23:59:33 (GMT)
commita534594fc72cddd5c29ed8debbb3d2f16792db97 (patch)
tree666ab77fd65e2c8c1ff3613cdb57d754980bd588 /PC/WinMain.c
parentbd4bc4e9e947617def66780efbbea4eb08990e56 (diff)
downloadcpython-a534594fc72cddd5c29ed8debbb3d2f16792db97.zip
cpython-a534594fc72cddd5c29ed8debbb3d2f16792db97.tar.gz
cpython-a534594fc72cddd5c29ed8debbb3d2f16792db97.tar.bz2
ANSIfication: remove very-old-varargs code, fix function declarations so
they include prototypes.
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r--PC/WinMain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c
index c3d0f2f..4249567 100644
--- a/PC/WinMain.c
+++ b/PC/WinMain.c
@@ -5,7 +5,7 @@
#include "Python.h"
-extern int Py_Main();
+extern int Py_Main(int, char **);
int WINAPI WinMain(
HINSTANCE hInstance, /* handle to current instance */