소스 검색

Fix warning caused by previous commit on this file.

Martijn Laan 6 년 전
부모
커밋
54b77a40c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Components/FolderTreeView.pas

+ 1 - 1
Components/FolderTreeView.pas

@@ -135,7 +135,7 @@ implementation
 }
 
 uses
-  PathFunc, ShellApi, UxThemeISX{$IFDEF IS_D12}, Types{$ENDIF};
+  PathFunc, ShellApi, UxThemeISX, Types;
 
 const
   SHPPFW_NONE = $00000000;