ECC-1288: Fix test for Microsoft Windows

This commit is contained in:
Shahram Najm 2021-10-06 20:55:26 +01:00
parent aa214d6728
commit 01d93d5e8b
1 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,10 @@
#include "eccodes.h"
#include <assert.h>
#ifndef HAVE_FSEEKO
#define fseeko fseek
#endif
const char* KEY = "encryptedShipOrMobileLandStationIdentifier";
int main(int argc, char* argv[])