diff options
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r-- | PC/WinMain.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c index 7ee1ad6..00dc18d 100644 --- a/PC/WinMain.c +++ b/PC/WinMain.c @@ -5,8 +5,6 @@ #include "Python.h" -extern int Py_Main(int, char **); - int WINAPI WinMain( HINSTANCE hInstance, /* handle to current instance */ HINSTANCE hPrevInstance, /* handle to previous instance */ |