fix: compile problem for community
This commit is contained in:
parent
9c5dbb3978
commit
2e4711ed92
|
@ -51,13 +51,11 @@ typedef enum {
|
||||||
} EGrantType;
|
} EGrantType;
|
||||||
|
|
||||||
int32_t grantCheck(EGrantType grant);
|
int32_t grantCheck(EGrantType grant);
|
||||||
#ifdef TD_ENTERPRISE
|
|
||||||
#ifndef TD_GRANT_OPTIMIZE
|
#ifndef TD_GRANT_OPTIMIZE
|
||||||
int32_t grantAlterActiveCode(const char* old, const char* new, char* out, int8_t type);
|
int32_t grantAlterActiveCode(const char* old, const char* new, char* out, int8_t type);
|
||||||
#else
|
#else
|
||||||
int32_t grantAlterActiveCode(int32_t did, const char* old, const char* new, char* out, int8_t type);
|
int32_t grantAlterActiveCode(int32_t did, const char* old, const char* new, char* out, int8_t type);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef GRANTS_CFG
|
#ifndef GRANTS_CFG
|
||||||
#ifdef TD_ENTERPRISE
|
#ifdef TD_ENTERPRISE
|
||||||
|
|
Loading…
Reference in New Issue