mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 23:16:14 +00:00
[VGAMP]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61980
This commit is contained in:
parent
401e1bb7c0
commit
931e993a35
4 changed files with 9 additions and 7 deletions
|
@ -1,5 +1,7 @@
|
|||
#include "vgamp.h"
|
||||
|
||||
#include "vgavideo.h"
|
||||
|
||||
static VGA_REGISTERS Mode12Regs =
|
||||
{
|
||||
/* CRT Controller Registers */
|
||||
|
|
|
@ -7,6 +7,9 @@
|
|||
|
||||
#include "vgamp.h"
|
||||
|
||||
#include <dderror.h>
|
||||
#include <devioctl.h>
|
||||
|
||||
// ------------------------------------------------------- Public Interface
|
||||
|
||||
// DriverEntry
|
||||
|
|
|
@ -23,13 +23,9 @@
|
|||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include "ntdef.h"
|
||||
#include "dderror.h"
|
||||
#include "devioctl.h"
|
||||
#include "miniport.h"
|
||||
#include "ntddvdeo.h"
|
||||
#include "video.h"
|
||||
#include "vgavideo.h"
|
||||
#include <ntdef.h>
|
||||
#include <miniport.h>
|
||||
#include <video.h>
|
||||
|
||||
#define UNIMPLEMENTED \
|
||||
VideoPortDebugPrint(Error, "WARNING: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__);
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#define VGA_NORMAL 0
|
||||
#define VGA_AND 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue