mirror of
https://github.com/reactos/reactos.git
synced 2025-04-25 08:00:24 +00:00
Forgot this file
svn path=/trunk/; revision=38866
This commit is contained in:
parent
c997d73a17
commit
b130cb652d
1 changed files with 5 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue