- minor fixes for MSVC compiler

This commit is contained in:
2018-07-20 22:20:25 +03:00
parent 8cd493018e
commit 15457fef21
3 changed files with 32 additions and 3 deletions

View File

@@ -7,6 +7,10 @@
#ifndef ___ROM
#define ___ROM
#if defined(__cplusplus)
extern "C" {
#endif
#include "gsmhr_typedefs.h"
//#include "gsmhr_mathhalf.h"
//#include "gsmhr_mathdp31.h"
@@ -190,4 +194,9 @@ extern int32_tRom pL_rFlatSstCoefs[FLATSSTCOEFS_NUM_OF_CODES];
extern int16_tRom psrOldCont[4];
extern int16_tRom psrNewCont[4];
#if defined(__cplusplus)
}
#endif
#endif