Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Lorensson <lateralusx.github@gmail.com>2020-10-07 15:45:08 +0300
committerGitHub <noreply@github.com>2020-10-07 15:45:08 +0300
commit22e81d941c00d0106e358bcccae89cb634985174 (patch)
tree68b1ed09b4745a26c50aa8c33e234e617b7c553f /msvc/eglib-win32.targets
parentaa79a0f14438ea463e57693e2f878676649d9bc3 (diff)
Extend use of w32subset API partitioning to cover more Win32 functions. (#20453)
* Extend w32subset API usage. * Fix C++ build error. * Remove HAVE_SYSTEM from w32subset.h. * Use relative path for w32subset.h in eglib. * Move w32subset.h into utils.
Diffstat (limited to 'msvc/eglib-win32.targets')
-rw-r--r--msvc/eglib-win32.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/eglib-win32.targets b/msvc/eglib-win32.targets
index fbe78bc87f5..49d5a7df1b1 100644
--- a/msvc/eglib-win32.targets
+++ b/msvc/eglib-win32.targets
@@ -6,7 +6,6 @@
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gfile-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmisc-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32.c" />
- <ClInclude Include="$(MonoSourceLocation)\mono\eglib\gmodule-win32-internals.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gtimer-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\eglib\gunicode-win32.c" />
</ItemGroup>