mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
[DXG] Define GUIDs only once
This commit is contained in:
parent
12c70fb4cf
commit
3a78dd4b31
2 changed files with 14 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <winddi.h>
|
#include <winddi.h>
|
||||||
#include <ddkernel.h>
|
#include <ddkernel.h>
|
||||||
#include <initguid.h>
|
|
||||||
#include <ddrawi.h>
|
#include <ddrawi.h>
|
||||||
#include <ntgdityp.h>
|
#include <ntgdityp.h>
|
||||||
#include <psfuncs.h>
|
#include <psfuncs.h>
|
||||||
|
|
|
@ -8,6 +8,20 @@
|
||||||
* 15/10-2007 Magnus Olsen
|
* 15/10-2007 Magnus Olsen
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <ntifs.h>
|
||||||
|
|
||||||
|
/* Win32 Headers */
|
||||||
|
#define WINBASEAPI
|
||||||
|
#define STARTF_USESIZE 2
|
||||||
|
#define STARTF_USEPOSITION 4
|
||||||
|
#define INTERNAL_CALL NTAPI
|
||||||
|
#define NT_BUILD_ENVIRONMENT
|
||||||
|
|
||||||
|
#include <windef.h>
|
||||||
|
#include <winerror.h>
|
||||||
|
#include <wingdi.h>
|
||||||
|
#include <winddi.h>
|
||||||
|
#include <initguid.h>
|
||||||
#include <dxg_int.h>
|
#include <dxg_int.h>
|
||||||
#include "dxg_driver.h"
|
#include "dxg_driver.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue