Removing unused _NS_IMPL_LAYOUT define.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch. Bug #162308 r=cls
This commit is contained in:
Родитель
095a5ee552
Коммит
05e63948e6
|
@ -104,8 +104,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_LAYOUT
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#define _IMPL_NS_LAYOUT 1
|
||||
#define MOZ_XUL 1
|
||||
#define INCLUDE_XUL 1
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#define _IMPL_NS_LAYOUT 1
|
||||
#define MOZ_XUL 1
|
||||
#define INCLUDE_XUL 1
|
||||
|
||||
|
|
|
@ -70,8 +70,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_LAYOUT
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -111,10 +111,7 @@
|
|||
#include "nsISupportsPrimitives.h"
|
||||
#include "SetDocTitleTxn.h"
|
||||
#include "nsGUIEvent.h"
|
||||
|
||||
#define _IMPL_NS_LAYOUT
|
||||
#include "nsTextFragment.h"
|
||||
#undef _IMPL_NS_LAYOUT
|
||||
|
||||
// netwerk
|
||||
#include "nsIURI.h"
|
||||
|
|
|
@ -36,14 +36,7 @@
|
|||
*
|
||||
* ***** END LICENSE BLOCK ***** */
|
||||
|
||||
//
|
||||
// Define _IMPL_NS_LAYOUT to avoid link errors having to do with
|
||||
// nsTextFragment methods, on Win32 platforms.
|
||||
//
|
||||
#define _IMPL_NS_LAYOUT
|
||||
#include "nsTextFragment.h"
|
||||
#undef _IMPL_NS_LAYOUT
|
||||
|
||||
#include "nsWSRunObject.h"
|
||||
#include "nsISupportsArray.h"
|
||||
#include "nsIDOMNode.h"
|
||||
|
|
|
@ -79,8 +79,6 @@ FORCE_STATIC_LIB = 1
|
|||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -D_IMPL_NS_LAYOUT
|
||||
|
||||
ifeq ($(OS_ARCH),WINNT)
|
||||
DEFINES += -DWIN32_LEAN_AND_MEAN
|
||||
endif
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#define _IMPL_NS_LAYOUT 1
|
||||
#define MOZ_XUL 1
|
||||
#define INCLUDE_XUL 1
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
* Contributor(s):
|
||||
*/
|
||||
|
||||
#define _IMPL_NS_LAYOUT 1
|
||||
#define MOZ_XUL 1
|
||||
#define INCLUDE_XUL 1
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче