From 2bd847b8336889dcf206d18b1d3280ca2f2b0fbd Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Fri, 8 Nov 2024 10:17:43 -0600 Subject: [PATCH] winfsp unit tests and fixes --- repertory/repertory_test/src/winfsp_drive_delete_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repertory/repertory_test/src/winfsp_drive_delete_test.cpp b/repertory/repertory_test/src/winfsp_drive_delete_test.cpp index c8e787b0..4a097119 100644 --- a/repertory/repertory_test/src/winfsp_drive_delete_test.cpp +++ b/repertory/repertory_test/src/winfsp_drive_delete_test.cpp @@ -256,7 +256,7 @@ TYPED_TEST(winfsp_test, delete_can_delete_on_close_after_mapping) { 16U * sys_info.dwAllocationGranularity, nullptr); EXPECT_TRUE(mapping != nullptr); - auto *view = MapViewOfFile(mapping, FILE_MAP_ALL_ACCESS, 0, 0, 0); + auto *view = ::MapViewOfFile(mapping, FILE_MAP_ALL_ACCESS, 0, 0, 0); EXPECT_TRUE(view != nullptr); for (PUINT8 ptr = reinterpret_cast(view),