getting windows build working

This commit is contained in:
Ed Hartnett 2018-05-30 04:31:15 -06:00
parent dbacd00c9c
commit 6992295ef7

View File

@ -13,9 +13,16 @@
#include "netcdf.h"
#include "nc4dispatch.h"
#define FILE_NAME "tst_udf.nc"
#ifndef LOGGING
int
NC4_show_metadata(int ncid)
{
return 0;
}
#endif
int
tst_open(const char *path, int mode, int basepe, size_t *chunksizehintp,
int use_parallel, void *parameters, NC_Dispatch *dispatch,