--- mstools/h/wdbgexts.h 2018/08/09 18:21:15 1.1.1.1 +++ mstools/h/wdbgexts.h 2018/08/09 18:23:11 1.1.1.2 @@ -1,6 +1,6 @@ /*++ -Copyright (c) 1992 Microsoft Corporation +Copyright (c) 1992-1993 Microsoft Corporation Module Name: @@ -30,6 +30,9 @@ Revision History: #ifndef _WDBGEXTS_ #define _WDBGEXTS_ +#ifdef __cplusplus +extern "C" { +#endif #include @@ -94,4 +97,8 @@ VOID LPSTR lpArgumentString ); +#ifdef __cplusplus +} +#endif + #endif // _WDBGEXTS_