summaryrefslogtreecommitdiffstats
path: root/windows/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2009-02-03 21:38:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2009-02-03 21:38:14 (GMT)
commit9ada07ef3a98f12fe04cedc331e5f6a4b570b57e (patch)
tree5507f8a20a1c7aec57c22eb4a4ac46fff54a705d /windows/src
parent285d83cf36a108eea55428da4d213255ed29dd0a (diff)
downloadhdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.zip
hdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.tar.gz
hdf5-9ada07ef3a98f12fe04cedc331e5f6a4b570b57e.tar.bz2
[svn-r16412] testh5ls.bat - added tests to match script file from rev 16310
h5repack.bat - added test to match script file from rev 16402 set_extent.vcproj - added WS2_32.lib for change to set_extent from rev 16406 h5pubconf.h - added C99 undef to sync with *nix configuration Tested: Vista32, XP32, XP64 using VNET, VS2005 VS2008
Diffstat (limited to 'windows/src')
-rwxr-xr-xwindows/src/H5pubconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/src/H5pubconf.h b/windows/src/H5pubconf.h
index 5c6e550..6639fb5 100755
--- a/windows/src/H5pubconf.h
+++ b/windows/src/H5pubconf.h
@@ -78,6 +78,10 @@
/* Define to 1 if you have the `BSDgettimeofday' function. */
/* #undef H5_HAVE_BSDGETTIMEOFDAY */
+/* Define if the compiler understands C99 designated initialization of structs
+ and unions */
+/* #undef H5_HAVE_C99_DESIGNATED_INITIALIZER */
+
/* Define if the compiler understand the __func__ keyword */
/* #undef H5_HAVE_C99_FUNC */