kernel32: Skip reserved TLS tests on WinXP SP1.

This commit is contained in:
Jacek Caban 2014-03-31 14:31:01 +02:00 committed by Alexandre Julliard
parent ebd9918830
commit e168cd28db
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}