diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-04-16 09:08:29 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-04-18 16:59:48 +0200 |
commit | d7bc3048ee87ca5cb190fe8236b354db9b9ef39e (patch) | |
tree | 2bebb42454825cb97b2c9b58ee08e9218e4bcd03 /sal/osl/unx/system.h | |
parent | 0b943523249455c876fefdf19ba345d85f190a29 (diff) |
Remove OS/2 support.
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) && \ |