mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Bug 622797 - #ifndef does not work for config/system-headers config r=ted a=npodb
This commit is contained in:
parent
7642105ca5
commit
324dd7dfc7
@ -1042,7 +1042,7 @@ proxy.h
|
||||
#if MOZ_PLATFORM_MAEMO==6
|
||||
contentaction/contentaction.h
|
||||
#endif
|
||||
#ifndef MOZ_TREE_PIXMAN
|
||||
#if MOZ_TREE_PIXMAN!=1
|
||||
pixman.h
|
||||
#endif
|
||||
#if MOZ_ENABLE_MEEGOTOUCHSHARE
|
||||
|
@ -1042,7 +1042,7 @@ proxy.h
|
||||
#if MOZ_PLATFORM_MAEMO==6
|
||||
contentaction/contentaction.h
|
||||
#endif
|
||||
#ifndef MOZ_TREE_PIXMAN
|
||||
#if MOZ_TREE_PIXMAN!=1
|
||||
pixman.h
|
||||
#endif
|
||||
#if MOZ_ENABLE_MEEGOTOUCHSHARE
|
||||
|
Loading…
x
Reference in New Issue
Block a user