diff options
| author | boris <wzn@moneybot.cc> | 2018-11-28 20:34:17 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-11-28 20:34:17 +1300 |
| commit | cf9a9d4fd2cf95a5c534302a3eb776f74d5dd6cf (patch) | |
| tree | 834c13577f16429d699767aeaf89d82ea9cfde2d /loader/client/client.vcxproj | |
| parent | 61c2c13eba885e38b71379e1400ead6057ea9f2d (diff) | |
scuffed syscalls
they worked on windows 10 but fuck up on 8.1
now this is epic
Diffstat (limited to 'loader/client/client.vcxproj')
| -rw-r--r-- | loader/client/client.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/client/client.vcxproj b/loader/client/client.vcxproj index 0e44455..21241a8 100644 --- a/loader/client/client.vcxproj +++ b/loader/client/client.vcxproj @@ -37,11 +37,14 @@ <ItemGroup>
<ClInclude Include="connect.hpp" />
<ClInclude Include="err.hpp" />
+ <ClInclude Include="fnv.hpp" />
<ClInclude Include="strings.hpp" />
+ <ClInclude Include="syscall.hpp" />
<ClInclude Include="util.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="client_windows.cpp" />
+ <ClCompile Include="syscall.cpp" />
</ItemGroup>
<PropertyGroup Label="Globals">
<VCProjectVersion>15.0</VCProjectVersion>
|
