diff options
Diffstat (limited to 'windows/src/H5pubconf.h')
-rwxr-xr-x | windows/src/H5pubconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h index 0c06901..2ab12a1 100755 --- a/windows/src/H5pubconf.h +++ b/windows/src/H5pubconf.h @@ -37,6 +37,7 @@ /*#define H5_HAVE_TM_ZONE 1 windows do not use this constant.*/ #define H5_MALLOC_WORKS 1 +#define H5_HAVE_TIMEZONE 1 /* code warrior returns 0 in malloc(0) */ #if defined(__MWERKS__) @@ -200,4 +201,4 @@ paths. This shouldn't need to be commented or removed. */ /* uncomment the following line if you need the library to perform "strict" memory operations, which is useful when debugging with a memory checking tool like Purify, etc. */ -/* #define H5_USING_MEMCHECKER 1 */
\ No newline at end of file +/* #define H5_USING_MEMCHECKER 1 */ |