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.filters | |
| 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.filters')
| -rw-r--r-- | loader/client/client.vcxproj.filters | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/client/client.vcxproj.filters b/loader/client/client.vcxproj.filters index b5f56db..30aadc5 100644 --- a/loader/client/client.vcxproj.filters +++ b/loader/client/client.vcxproj.filters @@ -5,8 +5,11 @@ <ClInclude Include="err.hpp" />
<ClInclude Include="strings.hpp" />
<ClInclude Include="util.hpp" />
+ <ClInclude Include="syscall.hpp" />
+ <ClInclude Include="fnv.hpp" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="client_windows.cpp" />
+ <ClCompile Include="syscall.cpp" />
</ItemGroup>
</Project>
\ No newline at end of file |
