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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-24 17:52:37 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-07-24 17:52:37 +0300
commit6dff5fc81321a4fd9dd493e215d4ace543475054 (patch)
tree040fc30434adfa7eaf615ca18e76eb2e4e9a13bc /msvc/libmonoruntime-win32.targets
parentf68c52c0891975c5489169830d94443469fa3d45 (diff)
Remove traces of w32process-win32-internals.h which was deleted by previous commit
Diffstat (limited to 'msvc/libmonoruntime-win32.targets')
-rw-r--r--msvc/libmonoruntime-win32.targets1
1 files changed, 0 insertions, 1 deletions
diff --git a/msvc/libmonoruntime-win32.targets b/msvc/libmonoruntime-win32.targets
index 93830b0180c..bf15d05d246 100644
--- a/msvc/libmonoruntime-win32.targets
+++ b/msvc/libmonoruntime-win32.targets
@@ -16,7 +16,6 @@
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32semaphore-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32event-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32process-win32.c" />
- <ClInclude Include="$(MonoSourceLocation)\mono\metadata\w32process-win32-internals.h" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32socket-win32.c" />
<ClCompile Include="$(MonoSourceLocation)\mono\metadata\w32error-win32.c" />
</ItemGroup>