Update Pri Reader (from chausner/PriTools)

This commit is contained in:
Bruce
2025-11-02 23:29:13 +08:00
parent 733c2ca4f0
commit 1b30f3caa5
9 changed files with 223 additions and 91 deletions
+1
View File
@@ -145,6 +145,7 @@
<Text Include="ReadMe.txt" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\priformatcli\priformatcli\priformatcli.h" />
<ClInclude Include="dynarr.h" />
<ClInclude Include="localeex.h" />
<ClInclude Include="norstr.h" />
+3
View File
@@ -54,6 +54,9 @@
<ClInclude Include="localeex.h">
<Filter>头文件</Filter>
</ClInclude>
<ClInclude Include="..\..\priformatcli\priformatcli\priformatcli.h">
<Filter>头文件</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
+1
View File
@@ -0,0 +1 @@
E:/Profiles/Bruce/Documents/visual studio 2015/Projects/priformatcli/priformatcli/priformatcli.h
+1
View File
@@ -14,6 +14,7 @@
#include "stringres.h"
#include "norstr.h"
#include "raii.h"
#include "priformatcli.h"
bool IsFileExistsW (LPCWSTR filename)
{