mirror of https://github.com/ecmwf/eccodes.git
ECC-1288: Fix test for Microsoft Windows
This commit is contained in:
parent
aa214d6728
commit
01d93d5e8b
|
@ -1,6 +1,10 @@
|
||||||
#include "eccodes.h"
|
#include "eccodes.h"
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
|
#ifndef HAVE_FSEEKO
|
||||||
|
#define fseeko fseek
|
||||||
|
#endif
|
||||||
|
|
||||||
const char* KEY = "encryptedShipOrMobileLandStationIdentifier";
|
const char* KEY = "encryptedShipOrMobileLandStationIdentifier";
|
||||||
|
|
||||||
int main(int argc, char* argv[])
|
int main(int argc, char* argv[])
|
||||||
|
|
Loading…
Reference in New Issue