summaryrefslogtreecommitdiff
path: root/sal/inc/rtl/uuid.h
diff options
context:
space:
mode:
authorSander Vesik <svesik@openoffice.org>2000-12-04 15:17:33 +0000
committerSander Vesik <svesik@openoffice.org>2000-12-04 15:17:33 +0000
commit9728e66db93967bbc45c13870e27f3f96db852b9 (patch)
tree1b19028408d1e4d4298517e0c73f043d2fda5a94 /sal/inc/rtl/uuid.h
parent7b508ab7fe63028a908e58c3124c5deaac9916d4 (diff)
Add support for IRIX. Contributed by the SGI OpenOffice porting team.
Diffstat (limited to 'sal/inc/rtl/uuid.h')
-rw-r--r--sal/inc/rtl/uuid.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sal/inc/rtl/uuid.h b/sal/inc/rtl/uuid.h
index c997a145dbdc..3a6346b32221 100644
--- a/sal/inc/rtl/uuid.h
+++ b/sal/inc/rtl/uuid.h
@@ -2,9 +2,9 @@
*
* $RCSfile: uuid.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: svesik $ $Date: 2000-11-06 10:59:13 $
+ * last change: $Author: svesik $ $Date: 2000-12-04 16:14:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -222,6 +222,8 @@ void SAL_CALL rtl_createNamedUuid(
#define UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKS 100000
#elif MACOS
#define UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKS 100000
+#elif IRIX
+#define UUID_SYSTEM_TIME_RESOLUTION_100NS_TICKS 10
#else
#error "System time resolution must be calculated!"
#endif