From b130cb652d56a28f95db2c4f9ee496c94a1e4f56 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sun, 18 Jan 2009 02:38:35 +0000 Subject: [PATCH] Forgot this file svn path=/trunk/; revision=38866 --- reactos/dll/win32/user32/include/user32p.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/reactos/dll/win32/user32/include/user32p.h b/reactos/dll/win32/user32/include/user32p.h index ff9a46d0273..aed656a0f16 100644 --- a/reactos/dll/win32/user32/include/user32p.h +++ b/reactos/dll/win32/user32/include/user32p.h @@ -249,5 +249,10 @@ PVOID FASTCALL ValidateHandle(HANDLE, UINT); #endif #endif +/* Hack away wine hack */ +#define __TRY if(1) +#define __EXCEPT_PAGE_FAULT else +#define __ENDTRY + #endif /* EOF */