зеркало из https://github.com/mozilla/pjs.git
Fixes for making nsAppTest use gfx basics
This commit is contained in:
Родитель
638890d793
Коммит
953b56fca4
|
@ -27,7 +27,6 @@ LLFLAGS = $(LLFLAGS) /SUBSYSTEM:CONSOLE
|
|||
|
||||
OBJS = \
|
||||
.\$(OBJDIR)\nsAppTest.obj \
|
||||
.\$(OBJDIR)\AppTestImpl.obj \
|
||||
$(NULL)
|
||||
|
||||
LLIBS= \
|
||||
|
|
|
@ -22,6 +22,10 @@
|
|||
#include "nsString.h"
|
||||
#include "nsFont.h"
|
||||
|
||||
#ifdef NS_WIN32
|
||||
#include "windows.h"
|
||||
#endif
|
||||
|
||||
nsEventStatus HandleEventApplication(nsGUIEvent *aEvent);
|
||||
|
||||
// All Applications must specify this *special* application CID
|
||||
|
|
Загрузка…
Ссылка в новой задаче