api: refactor remote ui to use API dispatch generation

This commit is contained in:
Björn Linse
2016-04-14 20:47:01 +02:00
parent c74ce334f2
commit dd539366fc
10 changed files with 58 additions and 70 deletions

View File

@@ -179,7 +179,8 @@
#endif
#ifdef DEFINE_FUNC_ATTRIBUTES
#define FUNC_ATTR_ASYNC
#define FUNC_API_ASYNC
#define FUNC_API_NOEXPORT
#define FUNC_ATTR_MALLOC REAL_FATTR_MALLOC
#define FUNC_ATTR_ALLOC_SIZE(x) REAL_FATTR_ALLOC_SIZE(x)
#define FUNC_ATTR_ALLOC_SIZE_PROD(x,y) REAL_FATTR_ALLOC_SIZE_PROD(x,y)