Update os recipes using framework v2

This commit is contained in:
Aoran Zeng
2025-08-10 09:54:52 +08:00
parent fd0907bf4b
commit d146a8a62a
30 changed files with 709 additions and 1083 deletions

View File

@@ -46,9 +46,9 @@ chef_ensure_trailing_slash (char *str)
}
#define chef_has_getfn() this->getfn = t##_getsrc;
#define chef_has_setfn() this->setfn = t##_setsrc;
#define chef_has_resetsrc() this->resetfn = t##_resetsrc;
#define chef_has_get() this->getfn = t##_getsrc;
#define chef_has_set() this->setfn = t##_setsrc;
#define chef_has_reset() this->resetfn = t##_resetsrc;
void