From: Martin v. Löwis Date: Fri, 3 Sep 2004 13:32:57 +0000 (+0000) Subject: Add main program for icon file. X-Git-Tag: v2.4b1~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab9351bf369c6dfc4b29eff18236a1fcaefe94b6;p=python Add main program for icon file. --- diff --git a/PC/empty.c b/PC/empty.c new file mode 100644 index 0000000000..846b4d0d64 --- /dev/null +++ b/PC/empty.c @@ -0,0 +1,6 @@ +#include +int __stdcall +WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) +{ + return 0; +} \ No newline at end of file