summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2001-05-14 08:28:19 +0000
committerKay Ramme <kr@openoffice.org>2001-05-14 08:28:19 +0000
commit166254e30d5ef7348d43490557900f9a0fb48f9b (patch)
tree1c21a2eca683d8e11516b2238099ea33029d62b3 /registry
parentdd2e1fa3bf47df9b7bd00d233aa474d80d00d7ee (diff)
use udk major version for lib version
Diffstat (limited to 'registry')
-rw-r--r--registry/inc/registry/regtype.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/registry/inc/registry/regtype.h b/registry/inc/registry/regtype.h
index c53b51344972..7ab181197c15 100644
--- a/registry/inc/registry/regtype.h
+++ b/registry/inc/registry/regtype.h
@@ -2,9 +2,9 @@
*
* $RCSfile: regtype.h,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: jsc $ $Date: 2001-05-04 13:30:46 $
+ * last change: $Author: kr $ $Date: 2001-05-14 09:28:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,13 +66,14 @@
#include <sal/types.h>
#endif
+#ifndef _SAL_UDKVERSION_H_
+#include <sal/udkversion.h>
+#endif
+
// version number of the library. This number is used for the load on call
// mechanism and must be modifed when the library will be upgraded to a new version.
-#ifdef SAL_W32
-#define LIBRARY_VERSION "2"
-#else
-#define LIBRARY_VERSION
-#endif
+#define LIBRARY_VERSION SAL_UDK_MAJOR
+
typedef void* RegHandle;