Browse Source

Fix warning caused by previous commit on this file.

Martijn Laan 6 years ago
parent
commit
54b77a40c1
1 changed files with 1 additions and 1 deletions
  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;