mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Make green build with rbuild and current headers.
svn path=/trunk/; revision=18823
This commit is contained in:
parent
13c8c834f2
commit
28056f2091
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,10 @@
|
|||
#if defined(__GNUC__)
|
||||
#include <ddk/ntddk.h>
|
||||
#include <ddk/ntddser.h>
|
||||
#include <ntos/halfuncs.h>
|
||||
#include <ddk/ntddblue.h>
|
||||
#include <wincon.h>
|
||||
#include <drivers/blue/ntddblue.h>
|
||||
#include <ddk/ntddkbd.h> /* should be in kbdmou.h */
|
||||
#include <winbase.h>
|
||||
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue