Add main program for icon file.

This commit is contained in:
Martin v. Löwis 2004-09-03 13:32:57 +00:00
parent 0bbf137fbd
commit ab9351bf36
1 changed files with 6 additions and 0 deletions

6
PC/empty.c Normal file
View File

@ -0,0 +1,6 @@
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}