summaryrefslogtreecommitdiff
path: root/loader/client/client.vcxproj.filters
diff options
context:
space:
mode:
authorboris <wzn@moneybot.cc>2018-11-28 20:34:17 +1300
committerboris <wzn@moneybot.cc>2018-11-28 20:34:17 +1300
commitcf9a9d4fd2cf95a5c534302a3eb776f74d5dd6cf (patch)
tree834c13577f16429d699767aeaf89d82ea9cfde2d /loader/client/client.vcxproj.filters
parent61c2c13eba885e38b71379e1400ead6057ea9f2d (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.filters3
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