summaryrefslogtreecommitdiff
path: root/sal/osl/unx/system.h
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:21:57 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-07-16 16:21:57 +0000
commit4dcea7dbe5055809400c25c2d75aa5303d06a956 (patch)
tree72ee5c0b1bc58d599ddc0f19915333314c3c0680 /sal/osl/unx/system.h
parentc6bdaed5ece896f4c6390eb23b10015e2746dc27 (diff)
INTEGRATION: CWS ooo11rc2 (1.18.2); FILE MERGED
2003/07/14 18:31:44 fa 1.18.2.1: Add in PORTS OS X locale discovery code including external locale discovery dylib, also utility functions for OS X port in system.c and other misc OS X porting changes. This commit does NOT include the interlck.c asm code for PPC. http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607 Dan fa@ooo
Diffstat (limited to 'sal/osl/unx/system.h')
-rw-r--r--sal/osl/unx/system.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sal/osl/unx/system.h b/sal/osl/unx/system.h
index c4aad5264..ad30f3c26 100644
--- a/sal/osl/unx/system.h
+++ b/sal/osl/unx/system.h
@@ -2,9 +2,9 @@
*
* $RCSfile: system.h,v $
*
- * $Revision: 1.18 $
+ * $Revision: 1.19 $
*
- * last change: $Author: vg $ $Date: 2003-07-02 13:35:06 $
+ * last change: $Author: hr $ $Date: 2003-07-16 17:21:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -410,6 +410,7 @@ extern char *strdup(const char *);
int readdir_r( DIR *dirp, struct dirent *entry, struct dirent **result );
char *asctime_r( const struct tm *tm, char *buffer );
char *macxp_tempnam( const char *tmpdir, const char *prefix );
+void macxp_getSystemVersion( unsigned int *isDarwin, unsigned int *majorVersion, unsigned int *minorVersion, unsigned int *minorMinorVersion );
#endif
#if !defined(_WIN32) && !defined(_WIN16) && !defined(OS2) && \