diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-14 03:04:08 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-14 03:08:26 +0300 |
commit | 63404bcf55153c80ef5424eeca08c246cf1a5ddb (patch) | |
tree | 5e8cbc58532139d4c4538a3c150a638138e860b4 /sal/rtl/source | |
parent | 6f8966f38df3607d59c8a124cdadf5e2d2332638 (diff) |
Add defines for iOS
Diffstat (limited to 'sal/rtl/source')
-rw-r--r-- | sal/rtl/source/macro.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sal/rtl/source/macro.hxx b/sal/rtl/source/macro.hxx index 6983b073d11f..8283f36c8c57 100644 --- a/sal/rtl/source/macro.hxx +++ b/sal/rtl/source/macro.hxx @@ -45,6 +45,8 @@ #endif #elif defined MACOSX #define THIS_OS "MacOSX" +#elif defined IOS +#define THIS_OS "iOS" #elif defined NETBSD #define THIS_OS "NetBSD" #elif defined FREEBSD @@ -109,8 +111,4 @@ this is inserted for the case that the preprocessor ignores error #endif - - - - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |