summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Private/NewKit/Macros.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/Private/NewKit/Macros.hpp b/Private/NewKit/Macros.hpp
index ecd2d678..b6ec8268 100644
--- a/Private/NewKit/Macros.hpp
+++ b/Private/NewKit/Macros.hpp
@@ -44,10 +44,7 @@
#endif // !__HCORE__
#ifndef EXTERN_C
-#define EXTERN_C() extern "C" {
-#define END_EXTERN_C() \
- } \
- ;
+#define EXTERN_C extern "C"
#endif
#ifndef MAKE_ENUM