diff options
Diffstat (limited to 'sal/rtl/source/macro.hxx')
-rw-r--r-- | sal/rtl/source/macro.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index 3fa0fbe58f42..f704422c05c7 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -50,6 +50,8 @@ #define THIS_OS "NetBSD" #elif defined FREEBSD #define THIS_OS "FreeBSD" +#elif defined AIX +#define THIS_OS "AIX" #endif #if ! defined THIS_OS |