mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- Wooops, fix dxg and dxapi build after 42346.
svn path=/trunk/; revision=42349
This commit is contained in:
parent
5fcfaf2e11
commit
f78dc5c1e5
2 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winerror.h>
|
#include <winerror.h>
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
|
#define NT_BUILD_ENVIRONMENT
|
||||||
#include <winddi.h>
|
#include <winddi.h>
|
||||||
#include <prntfont.h>
|
#include <prntfont.h>
|
||||||
#include <dde.h>
|
#include <dde.h>
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
#define STARTF_USESIZE 2
|
#define STARTF_USESIZE 2
|
||||||
#define STARTF_USEPOSITION 4
|
#define STARTF_USEPOSITION 4
|
||||||
#define INTERNAL_CALL NTAPI
|
#define INTERNAL_CALL NTAPI
|
||||||
|
#define NT_BUILD_ENVIRONMENT
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
|
|
Loading…
Reference in a new issue