aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/LargeFilesWindows.c
blob: 85fadd8d93185a4f3b722fa559f54ea6045fe57e (plain)
1
2
3
4
5
6
7
8
#include <stdio.h>

int main()
{
	__int64 off = 0;
	_fseeki64(NULL, off, SEEK_SET);
	return 0;
}