mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Build UP HAL with w32api
svn path=/trunk/; revision=16037
This commit is contained in:
parent
3e334c65fc
commit
762e020a20
2 changed files with 3 additions and 4 deletions
|
@ -11,11 +11,8 @@
|
|||
|
||||
/* INCLUDES *****************************************************************/
|
||||
|
||||
#include <ddk/ntddk.h>
|
||||
#include <hal.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <internal/debug.h>
|
||||
#include <hal.h>
|
||||
|
||||
/* FUNCTIONS ***************************************************************/
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue