summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-11-13 22:14:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-11-13 22:14:18 (GMT)
commit7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff (patch)
treefea17aa41b0fc2aea7320df47c098218c0b35305
parente99c8dd6bc7e7901e6f56547da2adb6a08b32d7c (diff)
downloadhdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.zip
hdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.tar.gz
hdf5-7c2fbcb03e6ea67cee77acb46a4f38ba8a24d8ff.tar.bz2
[svn-r19779] Comment out H5_SIZEOF_PTRDIFF_T define to fix Windows errors.
-rw-r--r--config/cmake/H5pubconf.h.in2
1 files changed, 1 insertions, 1 deletions
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@