Merge pull request #2836 from haiwen/fix_win

Add password hash to windows build
This commit is contained in:
feiniks 2024-10-21 13:41:48 +08:00 committed by GitHub
commit 64482ab269
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,6 +194,7 @@
<ClCompile Include="common\mq-mgr.c" />
<ClCompile Include="common\obj-backend-fs.c" />
<ClCompile Include="common\obj-store.c" />
<ClCompile Include="common\password-hash.c" />
<ClCompile Include="common\rpc-service.c" />
<ClCompile Include="common\seafile-crypt.c" />
<ClCompile Include="common\vc-common.c" />
@ -242,6 +243,7 @@
<ClInclude Include="common\mq-mgr.h" />
<ClInclude Include="common\obj-backend.h" />
<ClInclude Include="common\obj-store.h" />
<ClInclude Include="common\password-hash.h" />
<ClInclude Include="common\seafile-crypt.h" />
<ClInclude Include="common\vc-common.h" />
<ClInclude Include="daemon\cevent.h" />