mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[BLUE]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61942
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
//#include <intrin.h>
|
||||
#include "blue.h"
|
||||
|
||||
#define NDEBUG
|
||||
|
||||
@@ -6,9 +6,7 @@
|
||||
* PROGRAMMERS: Aleksey Bragin ([email protected])
|
||||
*/
|
||||
|
||||
/* DEFINITIONS ***************************************************************/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <wdm.h>
|
||||
|
||||
typedef struct _SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES, *PSECURITY_ATTRIBUTES;
|
||||
|
||||
|
||||
@@ -10,9 +10,10 @@
|
||||
|
||||
/* INCLUDES ***************************************************************/
|
||||
|
||||
#include <ntddk.h>
|
||||
#include "blue.h"
|
||||
|
||||
#include <ntddk.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
@@ -256,4 +257,3 @@ LoadFont(PUCHAR Bitplane, PUCHAR FontBitfield)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user