Skip to content

Commit 4798011

Browse files
committed
fix: remove unnecessary CCT_EXTERN_C declaration for IsDebuggerAttached function
1 parent dac71bc commit 4798011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Concerto/Core/Types/Types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ namespace cct
2626
using Byte = std::int8_t;
2727
using UByte = std::uint8_t;
2828

29-
CCT_EXTERN_C CCT_CORE_PUBLIC_API bool IsDebuggerAttached();
29+
CCT_CORE_PUBLIC_API bool IsDebuggerAttached();
3030
}; // namespace cct
3131

3232

0 commit comments

Comments
 (0)