Build UP HAL with w32api

svn path=/trunk/; revision=16037
This commit is contained in:
Alex Ionescu 2005-06-18 14:28:55 +00:00
parent 3e334c65fc
commit 762e020a20
2 changed files with 3 additions and 4 deletions

View file

@ -11,11 +11,8 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <hal.h>
#define NDEBUG
#include <internal/debug.h>
#include <hal.h>
/* FUNCTIONS ***************************************************************/

View file

@ -4,7 +4,9 @@
<include base="hal_generic">../include</include>
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />
<define name="__USE_W32API" />
<define name="__NTHAL__" />
<define name="_NTOSKRNL_" />
<library>hal_generic</library>
<library>hal_generic_up</library>
<library>hal_generic_pc</library>