From 7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Sat, 13 Nov 2010 17:14:18 -0500 Subject: [svn-r19779] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors. --- config/cmake/H5pubconf.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 6debc5f..171d7c7 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -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@ -- cgit v0.12