mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
csr.exe uses nt startup library.
svn path=/trunk/; revision=18224
This commit is contained in:
parent
bdd38fc6a9
commit
62955cc11a
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
<define name="__USE_W32API" />
|
||||
<define name="_WIN32_WINNT">0x0600</define>
|
||||
<define name="WINVER">0x0501</define>
|
||||
<library>ntrt0lib</library>
|
||||
<library>nt</library>
|
||||
<library>ntdll</library>
|
||||
<library>csrsrv</library>
|
||||
<file>main.c</file>
|
||||
|
|
Loading…
Reference in a new issue