svn path=/trunk/; revision=28161
printf(" regressions: %d\n", orfailed);\r
}\r
\r
- if (ti.bRegress)\r
- return ti.rfailed;\r
-\r
if (bStatus)\r
{\r
write(hFile, szFileFooter, strlen(szFileFooter));\r
close(hFile);\r
}\r
\r
+ if (ti.bRegress)\r
+ return ti.rfailed;\r
+\r
return ti.failed;\r
}\r
int nCmdShow)\r
{\r
g_hInstance = hInstance;\r
+ \r
\r
printf("Win32k native API test\n");\r
\r
\r
printf("\n");\r
\r
- TestMain(L"w32knapi", L"win32k.sys Nt-Api");\r
-\r
- return 0;\r
+ return TestMain(L"w32knapi", L"win32k.sys Nt-Api");\r
}\r