From 546992486853615153f037cafefde3ad7756d7d1 Mon Sep 17 00:00:00 2001 From: Hans-Joachim Lankenau Date: Tue, 6 Feb 2001 14:43:46 +0000 Subject: use SUPD for version checking --- vcl/aqua/source/app/salinst.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'vcl/aqua') diff --git a/vcl/aqua/source/app/salinst.cxx b/vcl/aqua/source/app/salinst.cxx index 3dd85d63e71e..6418e1c21d84 100644 --- a/vcl/aqua/source/app/salinst.cxx +++ b/vcl/aqua/source/app/salinst.cxx @@ -2,9 +2,9 @@ * * $RCSfile: salinst.cxx,v $ * - * $Revision: 1.24 $ + * $Revision: 1.25 $ * - * last change: $Author: pluby $ $Date: 2001-02-01 19:45:07 $ + * last change: $Author: hjs $ $Date: 2001-02-06 15:43:46 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -413,7 +413,7 @@ void SalInstance::DestroySystem( SalSystem* pSystem ) // ----------------------------------------------------------------------- -#if UPD > 618 +#if SUPD > 618 void SalInstance::SetEventCallback( void* pInstance, bool(*pCallback)(void*,void*,int) ) { @@ -434,4 +434,4 @@ void* SalInstance::GetConnectionIdentifier( ConnectionIdentifierType& rReturnedT return ""; } -#endif // UPD > 618 +#endif // SUPD > 618 -- cgit v1.2.3