Commit e168cd28 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

kernel32: Skip reserved TLS tests on WinXP SP1.

parent ebd99188
......@@ -1644,8 +1644,8 @@ static void test_reserved_tls(void)
DWORD tls;
BOOL ret;
/* This seems to be a WinXP+ feature. */
if(!pCreateActCtxW) {
/* This seems to be a WinXP SP2+ feature. */
if(!pIsWow64Process) {
win_skip("Skipping reserved TLS slot on too old Windows.\n");
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment