summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-09-03 13:32:57 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-09-03 13:32:57 (GMT)
commitab9351bf369c6dfc4b29eff18236a1fcaefe94b6 (patch)
tree82a6c517859c76054c0904801a28af7136e214d2
parent0bbf137fbd53ba1354015a0f72ba7cc96a3c8975 (diff)
downloadcpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.zip
cpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.tar.gz
cpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.tar.bz2
Add main program for icon file.
-rw-r--r--PC/empty.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/PC/empty.c b/PC/empty.c
new file mode 100644
index 0000000..846b4d0
--- /dev/null
+++ b/PC/empty.c
@@ -0,0 +1,6 @@
+#include <windows.h>
+int __stdcall
+WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
+{
+ return 0;
+} \ No newline at end of file