mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[VGA]
* 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:
parent
931e993a35
commit
f4d3adab51
5 changed files with 9 additions and 7 deletions
|
@ -6,6 +6,7 @@
|
|||
* PROGRAMMERS: Copyright (c) 1992 Microsoft Corporation
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
//--------------------------------------------------------------------------
|
||||
// Definition of the set/clear mode command language.
|
||||
|
|
|
@ -896,4 +896,3 @@ Return Value:
|
|||
VgaInterpretCmdStream(HwDeviceExtension, DisableA000Color);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
* PROGRAMMERS: ReactOS Portable Systems Group
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define LOWORD(l) ((USHORT)((ULONG_PTR)(l)))
|
||||
#define HIWORD(l) ((USHORT)(((ULONG_PTR)(l)>>16)&0xFFFF))
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "vga.h"
|
||||
|
||||
#include <devioctl.h>
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
//
|
||||
// Function declarations
|
||||
|
|
|
@ -7,12 +7,11 @@
|
|||
* ReactOS Portable Systems Group
|
||||
*/
|
||||
|
||||
#include "ntdef.h"
|
||||
#include "dderror.h"
|
||||
#include "devioctl.h"
|
||||
#include "miniport.h"
|
||||
#include "ntddvdeo.h"
|
||||
#include "video.h"
|
||||
#include <ntdef.h>
|
||||
#include <dderror.h>
|
||||
#include <miniport.h>
|
||||
#include <video.h>
|
||||
|
||||
#include "cmdcnst.h"
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue