diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 20:13:33 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-06-05 20:13:33 (GMT) |
commit | 78a038818ecce57a86dc26adb60897ae6253a220 (patch) | |
tree | 070bc9564a27becb8663f2efc00148b77fdf4fe6 | |
parent | abc065ad15f10137890ac36ccf0580a0f88d4591 (diff) | |
download | hdf5-78a038818ecce57a86dc26adb60897ae6253a220.zip hdf5-78a038818ecce57a86dc26adb60897ae6253a220.tar.gz hdf5-78a038818ecce57a86dc26adb60897ae6253a220.tar.bz2 |
[svn-r15156] Purpose: Update H5private.h with new file name
Description:
Forgot to change the filename reference in H5private.h. This update fixes it.
Tested:
kagiso
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index b6a65f3..4c8a6d6 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -497,7 +497,7 @@ typedef struct { */ /* Use platform-specific versions if necessary */ -#include "win32defs.h" +#include "H5win32defs.h" #ifndef HDabort #define HDabort() abort() |