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:
KJK::Hyperion 2008-11-24 13:00:20 +00:00
parent aca04a803e
commit cfeeca424d
4 changed files with 8 additions and 0 deletions

View file

@ -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"

View file

@ -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>

View file

@ -20,6 +20,8 @@
#include <d3dnthal.h>
#include <prntfont.h>
#include <pseh/pseh.h>
/* Public Win32K Headers */
#include <win32k/ntgdityp.h>
#include <ntgdi.h>

View file

@ -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"