зеркало из https://github.com/mozilla/gecko-dev.git
removed WinMain() from nszip.cpp, and fixed makefile.win to compile it correctly. Affects only Windows
This commit is contained in:
Родитель
dc249edfd0
Коммит
3a9b02be20
|
@ -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)
|
||||
|
|
|
@ -200,8 +200,3 @@ void CNsZipApp::OnAppAbout()
|
|||
/////////////////////////////////////////////////////////////////////////////
|
||||
// CNsZipApp commands
|
||||
|
||||
int APIENTRY
|
||||
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче