mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[MSVCRT_WINETEST] Fixes for windows 2003
This commit is contained in:
parent
063c818c72
commit
748fdbcd6a
7 changed files with 48 additions and 13 deletions
|
@ -187,6 +187,9 @@ extern void winetest_pop_context(void);
|
|||
winetest_loop_nocount(); \
|
||||
winetest_end_nocount())
|
||||
|
||||
#define skip_2k3_crash if (_winver < 0x600) skip("Test skipped, because it crashes on win 2003\n"); else
|
||||
#define skip_2k3_fail if (_winver < 0x600) skip("Test skipped, because it fails on win 2003\n"); else
|
||||
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
||||
|
||||
#ifdef NONAMELESSUNION
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue