Unify struct names and tags
This commit is contained in:
@@ -15,8 +15,8 @@ BEGIN_C_LINKAGE
|
||||
#define WAPP_UUID_SPEC WAPP_STR8_SPEC
|
||||
#define wapp_uuid_varg(WUUID) wapp_str8_varg((WUUID).uuid)
|
||||
|
||||
typedef struct wapp_uuid WUUID;
|
||||
struct wapp_uuid {
|
||||
typedef struct WUUID WUUID;
|
||||
struct WUUID {
|
||||
Str8 uuid;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user