- Get rid of NTLPC configuration var completely.

svn path=/trunk/; revision=28942
This commit is contained in:
Aleksey Bragin 2007-09-08 12:07:45 +00:00
parent 9b8e768a59
commit 844247bb15
2 changed files with 0 additions and 8 deletions

View file

@ -3,9 +3,6 @@
<include base="ReactOS">include/reactos/subsys</include>
<define name="__USE_W32API" />
<define name="_DISABLE_TIDENTS" />
<if property="NTLPC" value="1">
<define name="NTLPC" />
</if>
<library>nt</library>
<library>smlib</library>
<library>ntdll</library>

View file

@ -79,11 +79,6 @@
-->
<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
as well as rossym and symbol lookups, and allow WinDBG to connect to ReactOS.