mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
- Good bye __USE_W32API, _DISABLE_TIDENTS
svn path=/trunk/; revision=43235
This commit is contained in:
parent
bfc7376cd9
commit
56aba98ca8
2 changed files with 0 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
<module name="kmtestassist" type="kernelmodedriver" installbase="system32/drivers" installname="kmtestassist.sys">
|
||||
<bootstrap base="$(CDOUTPUT)" />
|
||||
<define name="__USE_W32API" />
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<library>ntoskrnl</library>
|
||||
<library>hal</library>
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#define _DISABLE_TIDENTS
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue