mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-11-25 02:39:40 +00:00
Disambiguate a call
This commit is contained in:
parent
352b6ae496
commit
a3062f6647
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user