[svn-r19779] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.

This commit is contained in:
Allen Byrne 2010-11-13 17:14:18 -05:00
parent e99c8dd6bc
commit 7c2fbcb03e

View File

@ -638,7 +638,7 @@
#define H5_SIZEOF_OFF_T @H5_SIZEOF_OFF_T@
/* The size of `ptrdiff_t', as computed by sizeof. */
#define H5_SIZEOF_PTRDIFF_T @H5_SIZEOF_PTRDIFF_T@
/* #define H5_SIZEOF_PTRDIFF_T @H5_SIZEOF_PTRDIFF_T@ */
/* The size of `short', as computed by sizeof. */
#define H5_SIZEOF_SHORT @H5_SIZEOF_SHORT@