mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 02:37:36 +02:00
Disambiguate a call
This commit is contained in:
@ -101,7 +101,7 @@ errno_t test::sopen_s(
|
||||
static LONGLONG max_file_size() { return std::numeric_limits<LONGLONG>::max(); }
|
||||
|
||||
BOOL test::GetFileSizeEx(HANDLE hFile, PLARGE_INTEGER lpFileSize) {
|
||||
BOOL result = GetFileSizeEx(hFile, lpFileSize);
|
||||
BOOL result = ::GetFileSizeEx(hFile, lpFileSize);
|
||||
if (increase_file_size)
|
||||
lpFileSize->QuadPart = max_file_size();
|
||||
return result;
|
||||
|
Reference in New Issue
Block a user