Home
last modified time | relevance | path

Searched refs:not_supported (Results 1 – 2 of 2) sorted by relevance

/reactos/base/applications/cmdutils/wmic/
H A Dmain.c284 goto not_supported; in wmain()
296 goto not_supported; in wmain()
319 goto not_supported; in wmain()
324 goto not_supported; in wmain()
329 not_supported: in wmain()
/reactos/modules/rostests/winetests/wininet/
H A Dhttp.c595 BOOL not_supported; in InternetReadFile_test() local
851 not_supported = length == INVALID_SET_FILE_POINTER in InternetReadFile_test()
855 || broken(GetLastError() == 0xdeadbeef))) || broken(not_supported), in InternetReadFile_test()
859 … ok(not_supported, "Got unexpected length %#x, GetLastError() %u.\n", length, GetLastError()); in InternetReadFile_test()