diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-19 20:12:22 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-08-19 20:12:22 (GMT) |
commit | a1e557eae3388bab3d532cb225d39c693a325dbf (patch) | |
tree | 387006176f70e621404861f156a73ce290c51be7 /windows | |
parent | 1e0b7c402145ef83a81cfd568ca9b052d7445743 (diff) | |
download | hdf5-a1e557eae3388bab3d532cb225d39c693a325dbf.zip hdf5-a1e557eae3388bab3d532cb225d39c693a325dbf.tar.gz hdf5-a1e557eae3388bab3d532cb225d39c693a325dbf.tar.bz2 |
[svn-r11271] Purpose:
Maintenance
Description:
Add some comments for future thread safe use on windows
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/src/H5pubconf.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index e456882..7b8fa93 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -117,3 +117,16 @@ in the file file_io.win32.c and including it on the projects #define FC_FUNC_(name, NAME) NAME #define H5_HAVE_TMPFILE 1 + +/*Users want to build and test hdf5 library with thread safe enabled, + Make the following block active +*/ +/* +#if defined _DLL +#define H5_HAVE_THREADSAFE 1 +#define H5_HAVE_SYSTEM_SCOPE_THREADS 1 +#if defined TTSAFE_H +#define sleep Sleep +#endif +#endif +*/ |