Переписан поиск флагов для поддержки больших файлов
This commit is contained in:
11
tests/TestWindowsFSeek.c
Normal file
11
tests/TestWindowsFSeek.c
Normal file
@ -0,0 +1,11 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
__int64 off=0;
|
||||
|
||||
_fseeki64(NULL, off, SEEK_SET);
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user