summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/HDFTests.c
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-10-21 15:44:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-10-21 15:44:41 (GMT)
commit78c820b1ee3ba31297f9de1df3ffa88fb137f588 (patch)
tree5c2510d1f8a1e0ef9cbb8dcc2b22d69fffca0ebe /config/cmake_ext_mod/HDFTests.c
parent83d7feb63c0d38387bfb7814ccfdaa70bc1b77cd (diff)
downloadhdf5-78c820b1ee3ba31297f9de1df3ffa88fb137f588.zip
hdf5-78c820b1ee3ba31297f9de1df3ffa88fb137f588.tar.gz
hdf5-78c820b1ee3ba31297f9de1df3ffa88fb137f588.tar.bz2
[svn-r28158] Merge from CMAMKE_EXT_MOD repo.
Add VS2015 support.
Diffstat (limited to 'config/cmake_ext_mod/HDFTests.c')
-rw-r--r--config/cmake_ext_mod/HDFTests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake_ext_mod/HDFTests.c b/config/cmake_ext_mod/HDFTests.c
index 1c23ac3..5c4d360 100644
--- a/config/cmake_ext_mod/HDFTests.c
+++ b/config/cmake_ext_mod/HDFTests.c
@@ -213,7 +213,7 @@ SIMPLE_TEST(struct stat sb; sb.st_blocks=0);
int main(void)
{
- char *llwidthArgs[] = { "l64", "l", "L", "q", "ll", NULL };
+ char *llwidthArgs[] = { "I64", "l64", "l", "L", "q", "ll", NULL };
char *s = malloc(128);
char **currentArg = NULL;
LL_TYPE x = (LL_TYPE)1048576 * (LL_TYPE)1048576;