diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 20:10:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-11 20:10:25 (GMT) |
commit | 68fa42f3360945d07a0443289025a6a91618aac5 (patch) | |
tree | ca90a2cf0244915347d531bddd78e7e7d898825d /perform | |
parent | fe49632588af7cafdd220998be6006d91ed0247c (diff) | |
download | hdf5-68fa42f3360945d07a0443289025a6a91618aac5.zip hdf5-68fa42f3360945d07a0443289025a6a91618aac5.tar.gz hdf5-68fa42f3360945d07a0443289025a6a91618aac5.tar.bz2 |
[svn-r18759] pull r18757 from 1.8 branch
Enable tools lib to be built as a dll on windows. Added two get/set functions for progname and d_status.
Also add windows import/export declarations to functions.
Updated error_mesg() and warn_mesg() to remove progname argument and use get functions
Tested:
Windows, linux
Diffstat (limited to 'perform')
-rw-r--r-- | perform/sio_perf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perform/sio_perf.h b/perform/sio_perf.h index bd05cfe..2417b6f 100644 --- a/perform/sio_perf.h +++ b/perform/sio_perf.h @@ -18,6 +18,7 @@ #include "sio_timer.h" #ifndef STANDALONE #include "H5private.h" +#include "h5test.h" #include "h5tools_utils.h" #else #include "sio_standalone.h" |