浏览代码

UPD: Use TWfxFileTime

Alexander Koblov 2 年之前
父节点
当前提交
3e12228de9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/filesources/wfxplugin/uwfxpluginsetfilepropertyoperation.pas

+ 1 - 1
src/filesources/wfxplugin/uwfxpluginsetfilepropertyoperation.pas

@@ -139,8 +139,8 @@ function TWfxPluginSetFilePropertyOperation.SetNewProperty(aFile: TFile;
                                                            aTemplateProperty: TFileProperty): TSetFilePropertyResult;
 var
   AFileName: String;
+  ftTime: TWfxFileTime;
   NewAttributes: TFileAttrs;
-  ftTime: TFileTime;
 begin
   Result := sfprSuccess;