mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-06 14:56:51 +08:00
[svn-r1916] Changed the #define TRUE to be consistent with the one in H5private.h
which is also used by most Unix systems.
This commit is contained in:
parent
4ae42f7f15
commit
f6fffd7da8
@ -31,7 +31,7 @@
|
||||
#define FALSE 0
|
||||
#endif
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#define TRUE (!FALSE)
|
||||
#endif
|
||||
|
||||
/* Loop through all mapped files */
|
||||
|
Loading…
Reference in New Issue
Block a user