소스 검색

* compilation fix for MS Windows targets

git-svn-id: trunk@28896 -
Tomas Hajny 10 년 전
부모
커밋
0c063005dd
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/fcl-db/src/dbase/dbf_wtil.pas

+ 2 - 1
packages/fcl-db/src/dbase/dbf_wtil.pas

@@ -284,7 +284,6 @@ implementation
  {$ELSE OS2}
   {$I dbf_wnix.inc}
  {$ENDIF OS2}
-{$endif}
 
 procedure DateTimeToSystemTime(const DateTime: System.TDateTime; var SystemTime: TSystemTime);
 begin
@@ -313,4 +312,6 @@ begin
   DateTimeToSystemTime(NOW, lpSystemTime);
 end;
 
+{$endif}
+
 end.