Ge van Geldorp wrote:
Try 2: use win_skip() instead of skip()
Changelog: secur32/tests: Fix GetUserNameEx() tests
dlls/secur32/tests/secur32.c | 44 +++++++++++++++++++++--------------------- 1 files changed, 22 insertions(+), 22 deletions(-)
Hi Ge,
Why did you remove:
- if (0) /* Crashes on Windows */ - rc = pGetUserNameExW(NameSamCompatible, NULL, NULL); -
The point of these additions was to show/document that Windows crashes when called like this.