[trunk] use the home made macro to ensure the existence of some include file
[openjpeg.git] / cmake / TestWindowsFSeek.c
1
2 #include <stdio.h>
3     
4 int main()
5 {
6   __int64 off=0;
7
8   _fseeki64(NULL, off, SEEK_SET);
9         
10   return 0;
11 }