[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
This commit is contained in:
Scott Wegner 2008-06-05 15:13:33 -05:00
parent abc065ad15
commit 78a038818e

View File

@ -497,7 +497,7 @@ typedef struct {
*/
/* Use platform-specific versions if necessary */
#include "win32defs.h"
#include "H5win32defs.h"
#ifndef HDabort
#define HDabort() abort()