src/H5Part.h
- don't wrap system include files in 'extern "C"'
This commit is contained in:
+5
-4
@@ -1,16 +1,17 @@
|
||||
#ifndef _H5Part_H_
|
||||
#define _H5Part_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <hdf5.h>
|
||||
#ifdef PARALLEL_IO
|
||||
#include <mpi.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "H5PartTypes.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user