Skip to content
Permalink
Browse files
Add main program for icon file.
  • Loading branch information
loewis committed Sep 3, 2004
1 parent 0bbf137 commit ab9351bf369c6dfc4b29eff18236a1fcaefe94b6
Showing 1 changed file with 6 additions and 0 deletions.
@@ -0,0 +1,6 @@
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}

0 comments on commit ab9351b

Please sign in to comment.