From 166254e30d5ef7348d43490557900f9a0fb48f9b Mon Sep 17 00:00:00 2001 From: Kay Ramme Date: Mon, 14 May 2001 08:28:19 +0000 Subject: use udk major version for lib version --- registry/inc/registry/regtype.h | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'registry') 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 #endif +#ifndef _SAL_UDKVERSION_H_ +#include +#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; -- cgit