1
0
mirror of https://github.com/Benjamin-Dobell/Heimdall.git synced 2024-11-16 04:40:07 +00:00
Heimdall/cmake/LargeFilesWindows.c
2014-11-17 07:02:39 +11:00

9 lines
97 B
C

#include <stdio.h>
int main()
{
__int64 off = 0;
_fseeki64(NULL, off, SEEK_SET);
return 0;
}