mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:11:51 +00:00
Add extra-parenthesing.
svn path=/trunk/; revision=60321
This commit is contained in:
parent
2c7388a0b1
commit
41539da879
1 changed files with 2 additions and 2 deletions
|
@ -27,9 +27,9 @@
|
|||
ExceptionStatus = _SEH2_GetExceptionCode(); \
|
||||
} \
|
||||
_SEH2_END; \
|
||||
ok(ExceptionStatus == ExpectedStatus, \
|
||||
ok(ExceptionStatus == (ExpectedStatus), \
|
||||
"Exception 0x%08lx, expected 0x%08lx\n", \
|
||||
ExceptionStatus, ExpectedStatus); \
|
||||
ExceptionStatus, (ExpectedStatus)); \
|
||||
}
|
||||
|
||||
#endif /* _APITEST_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue