oops
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-18 01:57:35 +09:00
commit 242253efbb
Signed by: nishi
GPG key ID: 27EF69B208EB9343

View file

@ -27,7 +27,7 @@ MWDECL MwWidget MwFileChooser(MwWidget handle, const char* title);
* @param dir Show directory only or not
* @return Widget
*/
MwWidget MwFileChooserEx(MwWidget handle, const char* title, int dir);
MWDECL MwWidget MwFileChooserEx(MwWidget handle, const char* title, int dir);
#ifdef __cplusplus
}