[svn-r13752] Added an include to the ohdr testfile generator code to fix an issue with Visual Studio. I've also turned this project on by default in Windows.

Tested:
VS6 on WinXP
kagiso
This commit is contained in:
Scott Wegner 2007-05-14 13:50:54 -05:00
parent f0f73065e3
commit 1726061075
2 changed files with 5 additions and 1 deletions

View File

@ -20,7 +20,8 @@
* Purpose: This program is run to generate an HDF5 data file with several
* datasets that have "bogus" messages in their object header.
*/
#include "H5private.h"
#include "hdf5.h"
#include "H5Oprivate.h"

View File

@ -464,6 +464,9 @@ Package=<4>
Begin Project Dependency
Project_Dep_Name testhdf5_cppdll
End Project Dependency
Begin Project Dependency
Project_Dep_Name ohdr_gentst
End Project Dependency
}}}
###############################################################################