34 lines
638 B
C
34 lines
638 B
C
![]() |
|
|||
|
|
|||
|
#ifndef CONFIGFILE_READ_123_INCLUDED
|
|||
|
#define CONFIGFILE_READ_123_INCLUDED
|
|||
|
|
|||
|
|
|||
|
#include "glbtypes.h"
|
|||
|
|
|||
|
#ifdef __cplusplus
|
|||
|
extern "C" {
|
|||
|
#endif
|
|||
|
/************************************************************************/
|
|||
|
|
|||
|
|
|||
|
//COMTRADE<44>ļ<EFBFBD>Ŀ¼<C4BF><C2BC><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڣ<EFBFBD><DAA3><EFBFBD>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD>ʱ<EFBFBD><CAB1><EFBFBD>ᴴ<EFBFBD><E1B4B4>
|
|||
|
#ifdef linux
|
|||
|
#define GOOSESMV_INI "../protect/cfg/goose_smv.txt"
|
|||
|
#elif defined (_WIN32)
|
|||
|
#define GOOSESMV_INI "../protect/cfg/goose_smv.txt"
|
|||
|
#endif
|
|||
|
|
|||
|
ST_RET goosesmv_ini_read_intobuf( char *fileName );
|
|||
|
|
|||
|
int protect_crc_read_intobuf( char *fileName );
|
|||
|
|
|||
|
/************************************************************************/
|
|||
|
#ifdef __cplusplus
|
|||
|
}
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
#endif
|
|||
|
|