[svn-r11271] Purpose:

Maintenance
Description:
Add some comments for future thread safe use on windows
Solution:

Platforms tested:

Misc. update:
This commit is contained in:
Fang Guo 2005-08-19 15:12:22 -05:00
parent 1e0b7c4021
commit a1e557eae3

View File

@ -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
*/