opt: merge addon
Signed-off-by: Kingtous <kingtous@qq.com>
This commit is contained in:
parent
4a89469b84
commit
3f2aaae1ff
10 changed files with 35 additions and 40 deletions
|
|
@ -2,6 +2,10 @@
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#define GET_MODULE_HANDLE_EX_FLAG_UNCHANGED_REFCOUNT 2
|
||||
|
||||
#define GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS 4
|
||||
|
||||
typedef struct wire_uint_8_list {
|
||||
uint8_t *ptr;
|
||||
int32_t len;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue