mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
17519 requires __REACTOS__ to be defined for KDB to work.
svn path=/trunk/; revision=17566
This commit is contained in:
parent
e0ccbec43f
commit
40a9efb724
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
<bootstrap base="reactos" />
|
<bootstrap base="reactos" />
|
||||||
<include base="i8042prt">.</include>
|
<include base="i8042prt">.</include>
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
|
<define name="__REACTOS__" />
|
||||||
<library>ntoskrnl</library>
|
<library>ntoskrnl</library>
|
||||||
<library>hal</library>
|
<library>hal</library>
|
||||||
<file>i8042prt.c</file>
|
<file>i8042prt.c</file>
|
||||||
|
|
Loading…
Reference in a new issue