File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Release/tests/Functional/streams Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 23
23
#include " stdafx.h"
24
24
25
25
#ifdef _MS_WINDOWS
26
- #if !defined(WINAPI_FAMILY) || (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP)
27
26
#include " CppSparseFile.h"
28
27
#endif
29
- #endif
30
28
31
29
#if defined(__cplusplus_winrt)
32
30
using namespace Windows ::Storage;
@@ -942,7 +940,7 @@ TEST(file_with_one_byte_size)
942
940
}
943
941
#endif
944
942
945
- #if defined(_MS_WINDOWS) && (!defined(WINAPI_FAMILY) || (WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP_APP )) && defined(_WIN64)
943
+ #if defined(_MS_WINDOWS) && (!defined(__cplusplus_winrt )) && defined(_WIN64)
946
944
// since casablanca does not use sparse file apis we're not doing the reverse test (write one byte at 4Gb and verify with std apis)
947
945
// because the file created would be too big
948
946
TEST (read_one_byte_at_4G)
You can’t perform that action at this time.
0 commit comments