mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
- Get rid of NTLPC configuration var completely.
svn path=/trunk/; revision=28942
This commit is contained in:
parent
9b8e768a59
commit
844247bb15
2 changed files with 0 additions and 8 deletions
|
@ -3,9 +3,6 @@
|
||||||
<include base="ReactOS">include/reactos/subsys</include>
|
<include base="ReactOS">include/reactos/subsys</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_DISABLE_TIDENTS" />
|
<define name="_DISABLE_TIDENTS" />
|
||||||
<if property="NTLPC" value="1">
|
|
||||||
<define name="NTLPC" />
|
|
||||||
</if>
|
|
||||||
<library>nt</library>
|
<library>nt</library>
|
||||||
<library>smlib</library>
|
<library>smlib</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
|
@ -79,11 +79,6 @@
|
||||||
-->
|
-->
|
||||||
<property name="NSWPAT" value="0" />
|
<property name="NSWPAT" value="0" />
|
||||||
|
|
||||||
<!--
|
|
||||||
Whether to compile with NT-compatible LPC Semantics. This should always be 1.
|
|
||||||
-->
|
|
||||||
<property name="NTLPC" value="1" />
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Whether to compile with the KD protocol. This will disable support for KDBG
|
Whether to compile with the KD protocol. This will disable support for KDBG
|
||||||
as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.
|
as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.
|
||||||
|
|
Loading…
Reference in a new issue