diff options
Diffstat (limited to 'mystringlistunit.pas')
-rw-r--r-- | mystringlistunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
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 *************************************************************** |