mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
fixing NC4_show_metadata for windows
This commit is contained in:
parent
d7badd18d9
commit
926ce56775
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user