Signed-off-by: Martin Storsjö <[email protected]> --- mingw-w64-headers/include/pathcch.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/mingw-w64-headers/include/pathcch.h b/mingw-w64-headers/include/pathcch.h index 62011fd1c..7c42c4a5d 100644 --- a/mingw-w64-headers/include/pathcch.h +++ b/mingw-w64-headers/include/pathcch.h @@ -3,6 +3,9 @@ * No warranty is given; refer to the file DISCLAIMER within this package. */ +#ifndef __PATHCCH_H__ +#define __PATHCCH_H__ + #include <apiset.h> #include <apisetcconv.h> #include <minwindef.h> @@ -135,3 +138,5 @@ DEFINE_ENUM_FLAG_OPERATORS(PATHCCH_OPTIONS) } #endif #endif + +#endif -- 2.43.0 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
