commit | ab9351bf369c6dfc4b29eff18236a1fcaefe94b6 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Sep 03 13:32:57 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Sep 03 13:32:57 2004 +0000 |
tree | 82a6c517859c76054c0904801a28af7136e214d2 | |
parent | 0bbf137fbd53ba1354015a0f72ba7cc96a3c8975 [diff] |
Add main program for icon file.
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