diff options
author | Ivan Nardi <nardi.ivan@gmail.com> | 2024-10-13 19:38:23 +0200 |
---|---|---|
committer | Ivan Nardi <nardi.ivan@gmail.com> | 2024-10-13 19:38:23 +0200 |
commit | ad9c5744f7018e148343790e0c3576671d88cb84 (patch) | |
tree | fd12bc3df8a82174341ffef0b75d502e37936b08 /windows | |
parent | 57776d026d1b6161ace3ffb0275e2cf40aa47db5 (diff) |
Fix Windows build
Diffstat (limited to 'windows')
-rw-r--r-- | windows/nDPI.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/windows/nDPI.vcxproj b/windows/nDPI.vcxproj index 1d6c8c0f5..56014a2ff 100644 --- a/windows/nDPI.vcxproj +++ b/windows/nDPI.vcxproj @@ -406,7 +406,6 @@ <ClCompile Include="..\src\lib\third_party\src\strptime.c" /> <ClCompile Include="..\src\lib\third_party\src\hll\MurmurHash3.c" /> <ClCompile Include="..\src\lib\third_party\src\hll\hll.c" /> - <ClCompile Include="..\src\lib\third_party\src\hll\sonos.c" /> <ClCompile Include="src\getopt.c"> <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild> </ClCompile> |