From cc805b7b7437e5cefcbb6e071633f5a47b8963a3 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 12 Feb 2020 19:22:46 +0100 Subject: Add mmap() wrapper. --- update/build/win32/update.vcxproj | 3 +++ update/build/win32/update.vcxproj.filters | 9 +++++++++ 2 files changed, 12 insertions(+) (limited to 'update') diff --git a/update/build/win32/update.vcxproj b/update/build/win32/update.vcxproj index 4e1779a1..32c61369 100644 --- a/update/build/win32/update.vcxproj +++ b/update/build/win32/update.vcxproj @@ -134,6 +134,7 @@ + @@ -180,8 +181,10 @@ + + diff --git a/update/build/win32/update.vcxproj.filters b/update/build/win32/update.vcxproj.filters index 7a8556ff..61824d8e 100644 --- a/update/build/win32/update.vcxproj.filters +++ b/update/build/win32/update.vcxproj.filters @@ -120,6 +120,9 @@ zstd + + server + @@ -278,5 +281,11 @@ zstd + + server + + + server + \ No newline at end of file -- cgit v1.2.3