kernel32/tests: Add a forgotten if statement.

This commit is contained in:
Paul Vriens 2007-07-07 22:00:07 +02:00 committed by Alexandre Julliard
parent 042bdefe5e
commit 7a6fbf2b09
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ static void test_profile_sections_names(void)
/* Test with sufficiently large buffer */
SetLastError(0xdeadbeef);
ret = GetPrivateProfileSectionNamesW( bufW, 29, testfile3W );
if (ret == 0 && (GetLastError() == ERROR_CALL_NOT_IMPLEMENTED))
{
skip("GetPrivateProfileSectionNamesW is not implemented\n");
DeleteFileA( testfile3 );