feat: add more guard and const in lowlevel
This commit is contained in:
@@ -105,9 +105,9 @@ bool WFProgramQueryExt(Token in_program, View in_view, size_t in_index, Token *o
|
||||
|
||||
bool WFExtStatusDestroy(Token in_ext_status);
|
||||
|
||||
bool WFExtStatuGetName(Token in_ext_status, CStyleString *out_name);
|
||||
bool WFExtStatusGetName(Token in_ext_status, CStyleString *out_name);
|
||||
|
||||
bool WFExtStatuGetIcon(Token in_ext_status, HICON *out_icon);
|
||||
bool WFExtStatusGetIcon(Token in_ext_status, HICON *out_icon);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
||||
Reference in New Issue
Block a user