diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-25 00:46:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-01-25 00:46:39 +0200 |
commit | 24918a6d67263aadb84684497b61aac114ed4858 (patch) | |
tree | 6b597c23bd19787acebadec8d603a76898a16681 | |
parent | 55d35dbd3f9eb76f2f284d5a6f4aa191a84874ca (diff) |
No need to define _X86_ and it confuses a 64-bit Windows compilation
-rw-r--r-- | connectivity/source/drivers/mozab/makefile_mozab.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/makefile_mozab.mk b/connectivity/source/drivers/mozab/makefile_mozab.mk index bf1ed5b8aee1..b7ce6abc7199 100644 --- a/connectivity/source/drivers/mozab/makefile_mozab.mk +++ b/connectivity/source/drivers/mozab/makefile_mozab.mk @@ -56,7 +56,7 @@ MOZINC = . \ -I$(MOZ_INC)$/uconv \ -I$(MOZ_INC)$/xpcom_obsolete \ -I$(MOZ_INC)$/content - + .IF "$(GUI)" == "WNT" CDEFS += \ -DMOZILLA_CLIENT \ @@ -65,7 +65,6 @@ MOZINC = . \ -DXP_WIN32 \ -DOJI \ -DWIN32 \ - -D_X86_ \ -D_WINDOWS \ -DMOZ_XUL \ -DMOZ_REFLOW_PERF \ |