reactos/sdk
Hermès Bélusca-Maïto 11175a120d
[SDK:WINE] Some minor additions to wine/test.h
- Add two missing debugstr_w* helpers. These will be needed for
  future winetest syncs.

Note that such change would be unnecessary, would wine/test.h and
wine/debug.h be also updated with latest Wine versions. Indeed,
wine/debug.h is now allowed to be included in wine tests since
wine commit:
```
include: Allow using debug.h in tests.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>

wine commit id c8f338369695d360e021f2cbd82a18b2c0eb1514 by Alexandre Julliard <julliard@winehq.org>
```

- Since our wine/test.h doesn't include wine/debug.h for now, include
  instead stdio.h for the time being, in order to get support for
  s(w)printf() in tests that don't include stdio.h
2024-02-20 16:38:19 +01:00
..
cmake [CMAKE][WIN32U_APITEST] Remove 3 useless 'set_module_type(... IMAGEBASE default)' (#6328) 2024-01-14 16:07:00 +01:00
include [SDK:WINE] Some minor additions to wine/test.h 2024-02-20 16:38:19 +01:00
lib [LIBWINE] Return empty path when given a UNIX path 2024-02-20 08:56:53 +01:00
tools [MKISOFS] CMakeLists.txt: Add a check for Clang and its version (#6369) 2024-01-17 16:32:46 +01:00