Skip to content

Commit

Permalink
Rename header guard
Browse files Browse the repository at this point in the history
  • Loading branch information
NeRdTheNed committed Apr 3, 2023
1 parent a1104cd commit 255d4f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/macrOS/FindVersion.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef macrOS_EXTENDED_MAC_OS_VERSION_MACRO_H
#define macrOS_EXTENDED_MAC_OS_VERSION_MACRO_H
#ifndef macrOS_EXTENDED_MAC_OS_FIND_VERSION_H
#define macrOS_EXTENDED_MAC_OS_FIND_VERSION_H

#include <boost/preprocessor/control/expr_iif.hpp>
#include <boost/preprocessor/control/iif.hpp>
Expand Down Expand Up @@ -77,4 +77,4 @@ bool isAvalible(uint32_t major, uint32_t minor, uint32_t bugfix);
#define macrOS_RUNTIME_HAS_MAC_OS_MMF_IMP(major, minor, bugfix) isAvalible(major, minor, bugfix)
#endif /* macrOS_HAS_BUILTIN(__builtin_available) */

#endif /* macrOS_EXTENDED_MAC_OS_VERSION_MACRO_H */
#endif /* macrOS_EXTENDED_MAC_OS_FIND_VERSION_H */

0 comments on commit 255d4f8

Please sign in to comment.