Forgot this file

svn path=/trunk/; revision=38866
This commit is contained in:
Timo Kreuzer 2009-01-18 02:38:35 +00:00
parent c997d73a17
commit b130cb652d

View file

@ -249,5 +249,10 @@ PVOID FASTCALL ValidateHandle(HANDLE, UINT);
#endif #endif
#endif #endif
/* Hack away wine hack */
#define __TRY if(1)
#define __EXCEPT_PAGE_FAULT else
#define __ENDTRY
#endif #endif
/* EOF */ /* EOF */