Revert "[DXG] Define GUIDs only once", to fix MSVC build

This reverts commit 3a78dd4b31.
This commit is contained in:
Hervé Poussineau 2019-04-01 18:00:59 +02:00
parent ef3ded6b97
commit 0c4d21a5a1
2 changed files with 1 additions and 14 deletions

View file

@ -19,6 +19,7 @@
#include <wingdi.h>
#include <winddi.h>
#include <ddkernel.h>
#include <initguid.h>
#include <ddrawi.h>
#include <ntgdityp.h>
#include <psfuncs.h>

View file

@ -8,20 +8,6 @@
* 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_driver.h"