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 */