mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
remove unneeded msvcrt dependency (all win32 projects already depend on it)
svn path=/branches/ros-amd64-bringup/; revision=35805
This commit is contained in:
parent
a689a4ea26
commit
b6ad488a42
2 changed files with 0 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
|||
<library>nt</library>
|
||||
<library>ntdll</library>
|
||||
<library>smdll</library>
|
||||
<library>msvcrt</library>
|
||||
<directory name="api">
|
||||
<file>handle.c</file>
|
||||
<file>process.c</file>
|
||||
|
|
|
@ -15,7 +15,6 @@
|
|||
<library>gdi32</library>
|
||||
<library>advapi32</library>
|
||||
<library>psapi</library>
|
||||
<library>msvcrt</library>
|
||||
<library>psapi</library>
|
||||
<library>shell32</library>
|
||||
<pch>w32csr.h</pch>
|
||||
|
|
Loading…
Reference in a new issue