mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
More correct include for PSEH support
svn path=/trunk/; revision=33566
This commit is contained in:
parent
02d1ef26f3
commit
5b23dbf12b
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@
|
|||
/* Internal User32 Headers */
|
||||
#include "user32p.h"
|
||||
|
||||
#include <libs/pseh/pseh.h>
|
||||
#include <libs/pseh/framebased.h>
|
||||
/* SEH Support with PSEH */
|
||||
#include <pseh/pseh.h>
|
||||
|
||||
/* FIXME: Use ntgdi.h then cleanup... */
|
||||
HGDIOBJ STDCALL NtGdiSelectObject(HDC hDC, HGDIOBJ hGDIObj);
|
||||
|
|
Loading…
Reference in a new issue