go-sciter
go-sciter copied to clipboard
sample build report error under macOS; go is 1.15
/usr/local/include/sciter-om-def.h:22:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_prop_getter_t)(som_asset_t thing, SOM_VALUE* p_value); ^ struct /usr/local/include/sciter-om-def.h:23:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_prop_setter_t)(som_asset_t thing, const SOM_VALUE* p_value); ^ struct /usr/local/include/sciter-om-def.h:24:34: error: must use 'struct' tag to refer to type 'som_asset_t' typedef BOOL(som_item_getter_t)(som_asset_t thing, const SOM_VALUE* p_key, SOM_VALUE* p_value); ^ struct
Indeed