fixing NC4_show_metadata for windows

This commit is contained in:
Ed Hartnett 2018-06-01 08:10:16 -06:00
parent d7badd18d9
commit 926ce56775

View File

@ -15,13 +15,13 @@
#define FILE_NAME "tst_udf.nc"
/* #ifndef LOGGING */
/* int */
/* NC4_show_metadata(int ncid) */
/* { */
/* return 0; */
/* } */
/* #endif */
#if defined(_WIN32) || defined(_WIN64)
int
NC4_show_metadata(int ncid)
{
return 0;
}
#endif
int
tst_open(const char *path, int mode, int basepe, size_t *chunksizehintp,