diff options
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r-- | sal/osl/unx/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h index 14ba945d2..59a611707 100644 --- a/sal/osl/unx/system.h +++ b/sal/osl/unx/system.h @@ -333,7 +333,7 @@ int macxp_resolveAlias(char *path, int buflen); #endif #endif -#if !defined(_WIN32) && !defined(OS2) && \ +#if !defined(_WIN32) && \ !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && \ !defined(AIX) && \ !defined(SOLARIS) && !defined(MACOSX) && \ |