From 16c991a95cc7855ebf9ad2d3936e81a889dc8ef5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 2 Oct 2018 06:14:03 +0200 Subject: conditional uses for win64 --- mystringlistunit.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mystringlistunit.pas') diff --git a/mystringlistunit.pas b/mystringlistunit.pas index 46862aa..8c152e6 100644 --- a/mystringlistunit.pas +++ b/mystringlistunit.pas @@ -55,7 +55,7 @@ function istDasBefehl(befehl: string; var s: string; var bekannteBefehle: tMyStr implementation -uses Math, lowlevelunit, systemunit, fileUnit; +uses Math, lowlevelunit, systemunit, fileUnit{$IFDEF win64}, windows{$ENDIF}; // tMyStringList *************************************************************** -- cgit v1.2.3-70-g09d2