diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-03-28 22:00:41 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-03-28 22:00:41 (GMT) |
commit | d4ab4456d021dbe21cec5265d77047949f61eda7 (patch) | |
tree | 74d8aeba519a3615aad9b6467c5340249eab7950 /config/cmake/H5pubconf.h.in | |
parent | 84487458917a55d39171cb4607178e4ba25a208d (diff) | |
download | hdf5-d4ab4456d021dbe21cec5265d77047949f61eda7.zip hdf5-d4ab4456d021dbe21cec5265d77047949f61eda7.tar.gz hdf5-d4ab4456d021dbe21cec5265d77047949f61eda7.tar.bz2 |
[svn-r22175] MinGW compile issues fixed.
Reviewed
Tested: windows (big test using stdio ony fails - this will be filed for further investigation)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r-- | config/cmake/H5pubconf.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index b2567b5..80406a3 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -6,6 +6,9 @@ /* Define if the Windows virtual file driver should be compiled */ #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 */ #cmakedefine H5_HAVE_WIN32_API @H5_HAVE_WIN32_API@ |