From 489e76849bcb07393a53daf8572c9f549c32cdd2 Mon Sep 17 00:00:00 2001 From: inoussa Date: Wed, 2 Feb 2011 11:09:33 +0000 Subject: [PATCH] Delphi 2010 compatibility fix git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1480 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/wst_global.inc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wst/trunk/wst_global.inc b/wst/trunk/wst_global.inc index 31af7415b..329bc1a4e 100644 --- a/wst/trunk/wst_global.inc +++ b/wst/trunk/wst_global.inc @@ -73,6 +73,14 @@ {$DEFINE WST_UNICODESTRING} {$DEFINE USE_INLINE} {$ENDIF} + {$IFDEF VER210} // Delphi 2010 + {$DEFINE HAS_BUILT_IN_64UINT} + {$DEFINE WST_UNICODESTRING} + {$DEFINE USE_INLINE} + {$DEFINE WST_TKCLASSREF} + {$DEFINE WST_TKPOINTER} + {$DEFINE WST_TKPROCEDURE} + {$ENDIF} {$DEFINE WST_SEMAPHORE_TIMEOUT} {$IFDEF MSWINDOWS} {$IFNDEF WINDOWS}