зеркало из https://github.com/mozilla/pjs.git
Remove unused _NS_IMPL_COOKIE/NS_COOKIE defines.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch. Bug #162402 r=cls
This commit is contained in:
Родитель
db12fe1cfb
Коммит
107b5a9940
|
@ -422,9 +422,7 @@ ifeq ($(OS_ARCH),WINNT)
|
|||
ifdef MOZ_STATIC_COMPONENT_LIBS
|
||||
DEFINES += \
|
||||
-D_IMPL_NS_APPSHELL \
|
||||
-D_IMPL_NS_COOKIE \
|
||||
-D_IMPL_NS_GFX \
|
||||
-D_IMPL_NS_LAYOUT \
|
||||
-D_IMPL_NS_MSG_BASE \
|
||||
-D_IMPL_NS_PICS \
|
||||
-D_IMPL_NS_PLUGIN \
|
||||
|
|
|
@ -84,8 +84,6 @@ EXTRA_DSO_LDOPTS = \
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_COOKIE
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -42,12 +42,6 @@
|
|||
#include "nsString.h"
|
||||
#include "nsCookie.h"
|
||||
|
||||
#ifdef _IMPL_NS_COOKIE
|
||||
#define NS_COOKIE NS_EXPORT
|
||||
#else
|
||||
#define NS_COOKIE NS_IMPORT
|
||||
#endif
|
||||
|
||||
#include "nsIIOService.h"
|
||||
#include "nsIURI.h"
|
||||
|
||||
|
|
|
@ -43,8 +43,6 @@ endif
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_COOKIE
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче