added winmain() to get it to compile. This is not part of the Seamonkey build, yet

git-svn-id: svn://10.0.0.236/trunk@46362 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ssu%netscape.com
1999-09-08 18:50:47 +00:00
parent 1f2227cc1d
commit d50be56d74

View File

@@ -199,3 +199,9 @@ void CNsZipApp::OnAppAbout()
/////////////////////////////////////////////////////////////////////////////
// CNsZipApp commands
int APIENTRY
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}