From 546e578af2f9754bec9918383cbd92d1fb20ae18 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Tue, 27 Sep 2011 03:23:00 +0000 Subject: [PATCH] fix define string from compile on win64 - tnx svk12 from forum freepascal.ru git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2019 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/rxstrutils.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/rx/rxstrutils.pas b/components/rx/rxstrutils.pas index e3adf60b1..ede934616 100644 --- a/components/rx/rxstrutils.pas +++ b/components/rx/rxstrutils.pas @@ -245,7 +245,7 @@ const implementation -{$IFDEF WIN32} +{$IFDEF WINDOWS} uses Windows; {$ENDIF}