* Remove one time inclusions from the main header and put them back where they belong.
* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61981
This commit is contained in:
Amine Khaldi 2014-02-04 17:01:57 +00:00
parent 931e993a35
commit f4d3adab51
5 changed files with 9 additions and 7 deletions

View file

@ -6,6 +6,7 @@
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation * PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
*/ */
#pragma once
//-------------------------------------------------------------------------- //--------------------------------------------------------------------------
// Definition of the set/clear mode command language. // Definition of the set/clear mode command language.

View file

@ -896,4 +896,3 @@ Return Value:
VgaInterpretCmdStream(HwDeviceExtension, DisableA000Color); VgaInterpretCmdStream(HwDeviceExtension, DisableA000Color);
} }

View file

@ -6,6 +6,7 @@
* PROGRAMMERS: ReactOS Portable Systems Group * PROGRAMMERS: ReactOS Portable Systems Group
*/ */
#pragma once
#define LOWORD(l) ((USHORT)((ULONG_PTR)(l))) #define LOWORD(l) ((USHORT)((ULONG_PTR)(l)))
#define HIWORD(l) ((USHORT)(((ULONG_PTR)(l)>>16)&0xFFFF)) #define HIWORD(l) ((USHORT)(((ULONG_PTR)(l)>>16)&0xFFFF))

View file

@ -11,6 +11,8 @@
#include "vga.h" #include "vga.h"
#include <devioctl.h>
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// //
// Function declarations // Function declarations

View file

@ -7,12 +7,11 @@
* ReactOS Portable Systems Group * ReactOS Portable Systems Group
*/ */
#include "ntdef.h" #include <ntdef.h>
#include "dderror.h" #include <dderror.h>
#include "devioctl.h" #include <miniport.h>
#include "miniport.h" #include <video.h>
#include "ntddvdeo.h"
#include "video.h"
#include "cmdcnst.h" #include "cmdcnst.h"
// //