mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:31:40 +00:00
[MSVCRT_WINETEST] Skip 2 hanging pipe tests on ReactOS
This commit is contained in:
parent
1fef0ce8de
commit
d0ca0f41f7
2 changed files with 21 additions and 2 deletions
|
@ -1001,6 +1001,9 @@ int main( int argc, char **argv )
|
|||
#define ok_ntstatus(status, expected) ok_hex(status, expected)
|
||||
#define ok_hdl ok_ptr
|
||||
|
||||
#define is_reactos() \
|
||||
(*(unsigned*)((size_t)0x7FFE0FFC) == 0x8EAC705)
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue