diff options
Diffstat (limited to 'src/H5FDmpi.h')
-rw-r--r-- | src/H5FDmpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpi.h b/src/H5FDmpi.h index 10d2107..5ecc3cb 100644 --- a/src/H5FDmpi.h +++ b/src/H5FDmpi.h @@ -61,7 +61,7 @@ typedef struct H5FD_class_mpi_t { /* * The view is set to this value */ -extern char H5FD_mpi_native_g[]; +H5_DLLVAR char H5FD_mpi_native_g[]; /* Function prototypes */ #ifdef __cplusplus |