mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): more bc routines
This commit is contained in:
parent
1e6fb307de
commit
fb267a5683
35 changed files with 818 additions and 2959 deletions
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
#include "system/types.h"
|
||||
|
||||
#if !defined(DECLARE_HANDLE)
|
||||
#define DECLARE_HANDLE(name) \
|
||||
typedef struct name##__ { \
|
||||
#define DECLARE_HANDLE(I) \
|
||||
typedef struct I##__ I##__; \
|
||||
struct I##__ { \
|
||||
int32_t unused; \
|
||||
}* name
|
||||
#endif
|
||||
}; \
|
||||
typedef I##__* I
|
||||
|
||||
DECLARE_STRUCT(CHandleObject);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue