diff options
Diffstat (limited to 'c++/src/H5Library.h')
-rw-r--r-- | c++/src/H5Library.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/H5Library.h b/c++/src/H5Library.h index f0d2e02..7f431c4 100644 --- a/c++/src/H5Library.h +++ b/c++/src/H5Library.h @@ -12,7 +12,7 @@ namespace H5 { // It is not even working, inifiteloop message still printed when // calling H5close -class __DLLCPP__ H5Library { +class H5_DLLCPP H5Library { public: static bool need_cleanup; // indicates if H5close should be called |