fixed windows dll importing issue for decoder

This commit is contained in:
strawmanbobi
2016-12-17 21:38:33 +08:00
parent 020ba989db
commit 2eb2091ff5
7 changed files with 15 additions and 21 deletions

View File

@@ -29,6 +29,8 @@ Revision log:
// global variable definition
long binary_length = 0;
UINT8 *binary_content = NULL;
remote_ac_status_t ac_status;
UINT16 user_data[USER_DATA_SIZE];
INT8 irda_ac_file_open(const char* file_name);
INT8 irda_tv_file_open(const char* file_name);