mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
modified dll/directx/ddraw/rosdraw.h
modified dll/win32/advapi32/advapi32.h modified dll/win32/gdi32/include/precomp.h modified dll/win32/setupapi/setupapi_private.h Explicitly include pseh/pseh.h, don't rely on <windows.h> including it through <rpc.h> svn path=/trunk/; revision=37612
This commit is contained in:
parent
aca04a803e
commit
cfeeca424d
4 changed files with 8 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
#include <d3dhal.h>
|
||||
#include <ddrawgdi.h>
|
||||
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
#include "Ddraw/ddraw.h"
|
||||
#include "Surface/surface.h"
|
||||
#include "Clipper/clipper.h"
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
/* this has to go after the NDK when being used with the NDK */
|
||||
#include <ntsecapi.h>
|
||||
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
#include <d3dnthal.h>
|
||||
#include <prntfont.h>
|
||||
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
/* Public Win32K Headers */
|
||||
#include <win32k/ntgdityp.h>
|
||||
#include <ntgdi.h>
|
||||
|
|
|
@ -42,6 +42,8 @@
|
|||
#define NTOS_MODE_USER
|
||||
#include <ndk/ntndk.h>
|
||||
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
#include <pnp_c.h>
|
||||
#include "rpc_private.h"
|
||||
#include "resource.h"
|
||||
|
|
Loading…
Reference in a new issue