diff options
author | Moonchild <moonchild@palemoon.org> | 2021-05-03 11:35:41 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-05-03 11:35:41 +0000 |
commit | 1bf0734a7249eb0dc1a96d825e7310eb46cac6dc (patch) | |
tree | 1f941b9822dabf5301601c83b3ac8ab91d8a622e /xpcom/build/nsXULAppAPI.h | |
parent | b1eb04d3f0fde242edb8e9b8b11d00539ceeade7 (diff) | |
download | uxp-1bf0734a7249eb0dc1a96d825e7310eb46cac6dc.tar.gz |
Issue #1751 -- Remove XP_MACOSX conditionals and support files from /xpcom
Diffstat (limited to 'xpcom/build/nsXULAppAPI.h')
-rw-r--r-- | xpcom/build/nsXULAppAPI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpcom/build/nsXULAppAPI.h b/xpcom/build/nsXULAppAPI.h index ffb50565a0..78760f0431 100644 --- a/xpcom/build/nsXULAppAPI.h +++ b/xpcom/build/nsXULAppAPI.h @@ -106,7 +106,7 @@ */ #define XRE_SYS_SHARE_EXTENSION_PARENT_DIR "XRESysSExtPD" -#if defined(XP_UNIX) || defined(XP_MACOSX) +#if defined(XP_UNIX) /** * Directory service keys for the system-wide and user-specific * directories where host manifests used by the WebExtensions |