mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 14:46:09 +00:00
New handles, threading and processes subsystems
This commit is contained in:
@@ -93,6 +93,7 @@ static void test_file_mapping(void) {
|
||||
TEST_CHECK(UnmapViewOfFile(view));
|
||||
TEST_CHECK(CloseHandle(mapping));
|
||||
TEST_CHECK(CloseHandle(file));
|
||||
TEST_CHECK(GetFileAttributesA("test_virtualquery.tmp") == INVALID_FILE_ATTRIBUTES);
|
||||
}
|
||||
|
||||
int main(void) {
|
||||
|
||||
Reference in New Issue
Block a user