diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-08-25 17:21:42 +0200 |
commit | b32a76c7ab5fd693cac2ff4775259fbe38f1051c (patch) | |
tree | 9d8af12b8789d9789caa8d2f77a8bc6afce4c29c | |
parent | ee2e736e1a8453fc981f127136092a9b85e4c2eb (diff) | |
parent | 06323c850056bef128ffe2c96e9e8fc0066d530e (diff) |
CWS-TOOLING: integrate CWS codecleanup02ooo/DEV300_m87
-rw-r--r-- | sal/osl/os2/system.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sal/osl/os2/system.h b/sal/osl/os2/system.h index d9f6ff3e8..600eabe14 100644 --- a/sal/osl/os2/system.h +++ b/sal/osl/os2/system.h @@ -356,8 +356,7 @@ char *macxp_tempnam( const char *tmpdir, const char *prefix ); #if !defined(_WIN32) && !defined(_WIN16) && !defined(OS2) && \ !defined(LINUX) && !defined(NETBSD) && !defined(FREEBSD) && !defined(SCO) && \ !defined(AIX) && !defined(HPUX) && \ - !defined(SOLARIS) && !defined(MAC) && \ - !defined(MACOSX) + !defined(SOLARIS) && !defined(MACOSX) # error "Target plattform not specified !" #endif |