summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-07-27 19:26:17 (GMT)
committerGitHub <noreply@github.com>2023-07-27 19:26:17 (GMT)
commit95e5349089b95dfb95f0f8ce2d6db1bc04ba6c82 (patch)
treef2bd0c1f37cf3b15b4ce199984fbe164a276f88e /config
parentdf5dcb2a735dd5bb3ee2cc700119109605976e41 (diff)
downloadhdf5-95e5349089b95dfb95f0f8ce2d6db1bc04ba6c82.zip
hdf5-95e5349089b95dfb95f0f8ce2d6db1bc04ba6c82.tar.gz
hdf5-95e5349089b95dfb95f0f8ce2d6db1bc04ba6c82.tar.bz2
Misc warnings and cross-compile improvements (#3281)
Diffstat (limited to 'config')
-rw-r--r--config/cmake/H5pubconf.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 37e8746..ca26447 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -14,13 +14,13 @@
#ifndef H5_CONFIG_H_
#define H5_CONFIG_H_
-/* Define if the Windows virtual file driver should be compiled */
+/* Define if this is a Windows machine */
#cmakedefine H5_HAVE_WINDOWS @H5_HAVE_WINDOWS@
/* Define if using MinGW */
#cmakedefine H5_HAVE_MINGW @H5_HAVE_MINGW@
-/* Define if on the Windows platform and default WIN32 API */
+/* Define if on the Windows platform and using the Win32 API */
#cmakedefine H5_HAVE_WIN32_API @H5_HAVE_WIN32_API@
/* Define if using a Windows compiler (i.e. Visual Studio) */