hdf5/tools/h5dump
Scott Wegner 532e23b808 [svn-r15150] Purpose: Separate Windows function macro definitions to win32defs.h
Description:
In library code, we try not to use system calls directly, but instead use the HD{function} macro instead.  This way, we can map special versions of the call on particular systems.  Previously, it was all done in H5private.h.  However, in an effort to clean up platform-specific definitions, we move all of the Windows macros into a separate file, win32defs.h.  This way, we can use the non-Posix versions that Visual Studio sends warnings about.

Some macros are set specifically in the platform-specific header files.  Then, any macros left unset will be set by the "default" implementation in H5private.h.

This checkin also cleans up various source files to use the HD* macros when possible.

Tested:
VS2005 on WinXP
VS.NET on WinXP
h5committest (kagiso, linew, smirom)
2008-06-05 13:52:19 -05:00
..
binread.c [svn-r13503] 2007-03-12 11:36:34 -05:00
h5dump.c [svn-r15150] Purpose: Separate Windows function macro definitions to win32defs.h 2008-06-05 13:52:19 -05:00
h5dump.h [svn-r13874] 2007-06-18 15:03:30 -05:00
h5dumpgentest.c [svn-r15143] 2008-06-05 09:37:21 -05:00
Makefile.am
Makefile.in [svn-r15036] Bug fix. 2008-05-19 00:06:51 -05:00
testh5dump.sh.in [svn-r14934] Add a test for the floating point user defined printf format 2008-05-05 15:06:22 -05:00
testh5dumpxml.sh.in [svn-r14200] added tests for XML output of attribute iteration orders (same calls as DDL ) 2007-10-11 13:47:55 -05:00