fixed compile and dynamic link issue for VC++ proj

This commit is contained in:
2016-12-15 21:45:35 +08:00
parent 684dedfa90
commit 020ba989db
5 changed files with 34 additions and 5 deletions

View File

@@ -194,12 +194,10 @@ typedef struct irda_data_tv
} irda_data_tv_t;
/*
* export functions
*/
extern INT8 tv_lib_open(UINT8* binary, UINT16 binary_length);
extern BOOL tv_lib_parse(UINT8 encode_type);
extern UINT16 tv_lib_control(UINT8 key, UINT16 *user_data);
#ifdef __cplusplus