Skip to content

Commit eba2e59

Browse files
committed
Ensure RC file included in MSVC build.
1 parent 951560d commit eba2e59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

sys/windivert.vcxproj

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@
4545
<Platform>x64</Platform>
4646
</ProjectConfiguration>
4747
</ItemGroup>
48+
<ItemGroup>
49+
</ItemGroup>
50+
<ItemGroup>
51+
<ResourceCompile Include="windivert.rc" />
52+
</ItemGroup>
4853
<ItemGroup>
4954
<ClCompile Include="windivert.c">
5055
<TreatWarningAsError>false</TreatWarningAsError>
5156
<Optimization>MaxSpeed</Optimization>
52-
<AdditionalIncludeDirectories>..\include;..\dll</AdditionalIncludeDirectories>
57+
<AdditionalIncludeDirectories>..\include;..\dll;.</AdditionalIncludeDirectories>
5358
</ClCompile>
5459
</ItemGroup>
5560
<PropertyGroup Label="Globals">

0 commit comments

Comments
 (0)