diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-22 14:03:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-22 14:03:59 (GMT) |
commit | 60030b5631053ec7c4c9633f58ac9ae90bc2cbdd (patch) | |
tree | 1f14661f2892aa8eadba4e5993eddab0573aab8c /tools/lib | |
parent | 147edec689b35162a38f13033565f2ca17a60661 (diff) | |
download | hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.zip hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.gz hdf5-60030b5631053ec7c4c9633f58ac9ae90bc2cbdd.tar.bz2 |
[svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u'
Moved lib variables windows linking declarations to proper file location.
Tested: local linux windows
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5tools_utils.h | 6 | ||||
-rw-r--r-- | tools/lib/ph5diff.h | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h index 3e628e2..f30974a 100644 --- a/tools/lib/h5tools_utils.h +++ b/tools/lib/h5tools_utils.h @@ -32,6 +32,12 @@ extern "C" { #define PRINT_DATA_MAX_SIZE 512 #define OUTBUFF_SIZE (PRINT_DATA_MAX_SIZE*4) +H5TOOLS_DLLVAR int g_nTasks; +H5TOOLS_DLLVAR unsigned char g_Parallel; +H5TOOLS_DLLVAR char outBuff[]; +H5TOOLS_DLLVAR int outBuffOffset; +H5TOOLS_DLLVAR FILE * overflow_file; + /* Maximum size used in a call to malloc for a dataset */ H5TOOLS_DLLVAR hsize_t H5TOOLS_MALLOCSIZE; /* size of hyperslab buffer when a dataset is bigger than H5TOOLS_MALLOCSIZE */ diff --git a/tools/lib/ph5diff.h b/tools/lib/ph5diff.h index b098082..becbd6c 100644 --- a/tools/lib/ph5diff.h +++ b/tools/lib/ph5diff.h @@ -30,12 +30,6 @@ #define MPI_TAG_END 7 #define MPI_TAG_PARALLEL 8 -H5TOOLS_DLLVAR int g_nTasks; -H5TOOLS_DLLVAR unsigned char g_Parallel; -H5TOOLS_DLLVAR char outBuff[]; -H5TOOLS_DLLVAR int outBuffOffset; -H5TOOLS_DLLVAR FILE * overflow_file; - struct diff_mpi_args { char name1[256]; |