From ab9351bf369c6dfc4b29eff18236a1fcaefe94b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Fri, 3 Sep 2004 13:32:57 +0000 Subject: Add main program for icon file. --- PC/empty.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 PC/empty.c 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 +int __stdcall +WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) +{ + return 0; +} \ No newline at end of file -- cgit v0.12