mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(log): remove redundant Common.hpp
This commit is contained in:
parent
50d7d5aab6
commit
3c97ee3083
3 changed files with 19 additions and 23 deletions
|
|
@ -7,4 +7,18 @@
|
|||
typedef struct name##__* name
|
||||
#endif
|
||||
|
||||
#if !defined(DECLARE_STRICT_HANDLE)
|
||||
#define DECLARE_STRICT_HANDLE(name) \
|
||||
typedef struct name##__ { \
|
||||
int unused; \
|
||||
}* name
|
||||
#endif
|
||||
|
||||
#if !defined(DECLARE_DERIVED_HANDLE)
|
||||
#define DECLARE_DERIVED_HANDLE(name, base) \
|
||||
typedef struct name##__ : public base##__ { \
|
||||
int unused; \
|
||||
}* name
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue