removed WinMain() from nszip.cpp, and fixed makefile.win to compile it correctly. Affects only Windows

This commit is contained in:
ssu%netscape.com 1999-09-10 19:11:40 +00:00
parent dc249edfd0
commit 3a9b02be20
2 changed files with 5 additions and 7 deletions

View File

@ -34,12 +34,15 @@ OBJS = \
.\$(OBJDIR)\stdafx.obj \
$(NULL)
LCFLAGS= -UMOZILLA_CLIENT
LLIBS= \
$(DIST)\lib\zlib_s.lib \
$(NULL)
LLFLAGS= \
/subsystem:windows \
/machine:i386 \
$(NULL)
include <$(DEPTH)\config\rules.mak>
libs:: $(PROGRAM)

View File

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