diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-09-03 13:32:57 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-09-03 13:32:57 (GMT) |
commit | ab9351bf369c6dfc4b29eff18236a1fcaefe94b6 (patch) | |
tree | 82a6c517859c76054c0904801a28af7136e214d2 /PC/empty.c | |
parent | 0bbf137fbd53ba1354015a0f72ba7cc96a3c8975 (diff) | |
download | cpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.zip cpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.tar.gz cpython-ab9351bf369c6dfc4b29eff18236a1fcaefe94b6.tar.bz2 |
Add main program for icon file.
Diffstat (limited to 'PC/empty.c')
-rw-r--r-- | PC/empty.c | 6 |
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 |