support ProcFolderBegin/ProcFolderEnd in Windows platform.

This commit is contained in:
2021-01-15 20:36:45 +08:00
parent 7bceaf2f9c
commit a3e0cb4330
2 changed files with 13 additions and 11 deletions

View File

@@ -104,11 +104,13 @@ namespace hgl
if(sub_efc&&config->sub_folder)
{
ProcFolderBegin(config,sub_efc,fi);
sub_count=this->Enum(sub_efc);
if(sub_count>0)count+=sub_count;
}
ProcFolder(config,sub_efc,fi);
ProcFolderEnd(config,sub_efc,fi);
if(sub_efc)
delete sub_efc;