diff --git a/sgp/DEBUG.cpp b/sgp/DEBUG.cpp index c73062454..ca26d3a94 100644 --- a/sgp/DEBUG.cpp +++ b/sgp/DEBUG.cpp @@ -49,10 +49,6 @@ #include "debug_util.h" -#ifdef __cplusplus -extern "C" { -#endif - BOOLEAN gfRecordToFile = FALSE; BOOLEAN gfRecordToDebugger = TRUE; @@ -70,16 +66,8 @@ CHAR8 gubAssertString[512]; CHAR8 gbTmpDebugString[8][MAX_MSG_LENGTH2]; UINT8 gubStringIndex = 0; -#ifdef __cplusplus -} -#endif - #ifdef SGP_DEBUG -#ifdef __cplusplus -extern "C" { -#endif - //************************************************************************** // // Defines @@ -106,10 +94,6 @@ void RemoveDebugText( void ); STRING512 debugLogFileName; FILE * debugLogFile = 0; -#ifdef __cplusplus -} -#endif - //************************************************************************** // // Functions