.fix typo.

hotfix/3.2.2-secure-fix
Apex Liu 2019-01-11 18:33:46 +08:00
parent a0e9c689b4
commit 2a65dafd25
2 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,6 @@
<ClCompile Include="..\..\..\..\external\libuv\src\fs-poll.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\fs-poll.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\inet.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\inet.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\threadpool.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\threadpool.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\uv-common.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\uv-common.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\version.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\version.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\async.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\async.c" />
@ -166,6 +165,7 @@
<ClCompile Include="..\..\..\..\external\libuv\src\win\stream.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\stream.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\tcp.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\tcp.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\thread.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\thread.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\timer.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\tty.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\tty.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\udp.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\udp.c" />
<ClCompile Include="..\..\..\..\external\libuv\src\win\util.c" /> <ClCompile Include="..\..\..\..\external\libuv\src\win\util.c" />

View File

@ -313,8 +313,8 @@
<ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_value.cpp"> <ClCompile Include="..\..\..\..\external\jsoncpp\src\lib_json\json_value.cpp">
<Filter>jsoncpp</Filter> <Filter>jsoncpp</Filter>
</ClCompile> </ClCompile>
<ClCompile Include="..\..\..\..\external\libuv\src\timer.c"> <ClCompile Include="..\..\..\..\external\libuv\src\win\timer.c">
<Filter>libuv</Filter> <Filter>libuv\src\win</Filter>
</ClCompile> </ClCompile>
</ItemGroup> </ItemGroup>
</Project> </Project>