Browse Source

Fix warning caused by previous commit on this file.

Martijn Laan 6 năm trước cách đây
mục cha
commit
54b77a40c1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;