Skip to content

Commit

Permalink
Fix libuv compilation from update.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Mar 18, 2018
1 parent 221dc87 commit b524e01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions libuv/libuv.vcxproj
Expand Up @@ -249,6 +249,7 @@
<ClCompile Include="src\version.c" />
<ClCompile Include="src\win\async.c" />
<ClCompile Include="src\win\core.c" />
<ClCompile Include="src\win\detect-wakeup.c" />
<ClCompile Include="src\win\dl.c" />
<ClCompile Include="src\win\error.c" />
<ClCompile Include="src\win\fs.c" />
Expand Down
11 changes: 8 additions & 3 deletions libuv/libuv.vcxproj.filters
Expand Up @@ -237,7 +237,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<None Include="common.gypi"/>
<None Include="common.gypi" />
<ClInclude Include="include\uv.h">
<Filter>include</Filter>
</ClInclude>
Expand Down Expand Up @@ -376,6 +376,11 @@
<ClInclude Include="src\win\winsock.h">
<Filter>src\win</Filter>
</ClInclude>
<None Include="uv.gyp"/>
<None Include="uv.gyp" />
</ItemGroup>
</Project>
<ItemGroup>
<ClCompile Include="src\win\detect-wakeup.c">
<Filter>src\win</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit b524e01

Please sign in to comment.