mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 22:37:11 +00:00
Revert "[DXG] Define GUIDs only once", to fix MSVC build
This reverts commit 3a78dd4b31
.
This commit is contained in:
parent
ef3ded6b97
commit
0c4d21a5a1
2 changed files with 1 additions and 14 deletions
|
@ -19,6 +19,7 @@
|
||||||
#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,20 +8,6 @@
|
||||||
* 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…
Add table
Add a link
Reference in a new issue