mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 17:00:51 +08:00
[BLUE] Improve includes.
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#include "blue.h"
|
||||
#include <ndk/inbvfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#ifndef _BLUE_PCH_
|
||||
#define _BLUE_PCH_
|
||||
|
||||
#include <wdm.h>
|
||||
#include <ntifs.h>
|
||||
|
||||
#define TAG_BLUE 'EULB'
|
||||
|
||||
@@ -54,7 +54,6 @@ typedef struct tagCONSOLE_CURSOR_INFO
|
||||
#define ENABLE_WRAP_AT_EOL_OUTPUT 0x0002
|
||||
|
||||
#include <blue/ntddblue.h>
|
||||
#include <ndk/inbvfuncs.h>
|
||||
|
||||
/*
|
||||
* Color attributes for text and screen background
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
/* INCLUDES ***************************************************************/
|
||||
|
||||
#include "blue.h"
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
Reference in New Issue
Block a user