diff --git a/include/Zydis/String.h b/include/Zydis/String.h index 2848f62..44e9123 100644 --- a/include/Zydis/String.h +++ b/include/Zydis/String.h @@ -31,6 +31,10 @@ #include #include +#ifdef __cplusplus +extern "C" { +#endif + /* ============================================================================================== */ /* Enums and types */ /* ============================================================================================== */ @@ -349,4 +353,8 @@ ZYDIS_EXPORT ZydisStatus ZydisStringAppendHexS(ZydisString* string, ZydisI64 val /* ============================================================================================== */ +#ifdef __cplusplus +} +#endif + #endif // ZYDIS_STRING_H