opj_j2k_setup_encoder(): validate POC compno0 (fixes #1293)
[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 }