]> granicus.if.org Git - python/commitdiff
Add main program for icon file.
authorMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Sep 2004 13:32:57 +0000 (13:32 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Fri, 3 Sep 2004 13:32:57 +0000 (13:32 +0000)
PC/empty.c [new file with mode: 0644]

diff --git a/PC/empty.c b/PC/empty.c
new file mode 100644 (file)
index 0000000..846b4d0
--- /dev/null
@@ -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