summaryrefslogtreecommitdiff
path: root/sal
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
commit73d294c305e2e14bdda49d93078229cbf7e43c6f (patch)
tree237f75d05d19f32e5c2888a16e76fb944c30a7db /sal
parent4199c010a54ec5ee2ade6372a6c0356562b66d42 (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')
-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 91bbd28ca4ce..b482d639070a 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) && \