This upgrades
99f28081477ca325a14b13c38abec2c9b619eb01 to support MSVC
building.
Signed-off-by: Simon Rozman <simon@rozman.si>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <
20191107132901.1280-1-simon@rozman.si>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg19015.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
<ClCompile Include="status.c" />
<ClCompile Include="tls_crypt.c" />
<ClCompile Include="tun.c" />
+ <ClCompile Include="vlan.c" />
<ClCompile Include="win32.c" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="syshead.h" />
<ClInclude Include="tls_crypt.h" />
<ClInclude Include="tun.h" />
+ <ClInclude Include="vlan.h" />
<ClInclude Include="win32.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="auth_token.c">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="vlan.c">
+ <Filter>Source Files</Filter>
+ </ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="base64.h">
<ClInclude Include="auth_token.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="vlan.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="openvpn_win32_resources.rc">