summaryrefslogtreecommitdiff
path: root/vcl/aqua
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-02-06 14:43:46 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-02-06 14:43:46 +0000
commit546992486853615153f037cafefde3ad7756d7d1 (patch)
tree539ef711b1c6e97c52bdb55c3deeaf5d52fbff5e /vcl/aqua
parentc4b02478681d28ddf65ccee079e2f39708496ff5 (diff)
use SUPD for version checking
Diffstat (limited to 'vcl/aqua')
-rw-r--r--vcl/aqua/source/app/salinst.cxx8
1 files changed, 4 insertions, 4 deletions
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