mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[VBEMP]
* Remove one time inclusions from the main header and put them back where they belong. * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61977
This commit is contained in:
@@ -29,6 +29,8 @@
|
||||
|
||||
#include "vbemp.h"
|
||||
|
||||
#include <devioctl.h>
|
||||
|
||||
#undef LOWORD
|
||||
#undef HIWORD
|
||||
#define LOWORD(l) ((USHORT)((ULONG_PTR)(l)))
|
||||
|
||||
@@ -20,12 +20,10 @@
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#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>
|
||||
|
||||
#define TAG_VBE ' EBV'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user