Port custom allocators (WINGs memory.c) to Rust.

This introduces the crate wutil-rs, which is intended to be the destination for
migrating the API of WINGs/WINGs/WUtil.h to Rust.
This commit is contained in:
2025-10-23 14:46:56 -04:00
parent e3fb8ddbc8
commit 46fcbb0ff1
12 changed files with 260 additions and 198 deletions
-1
View File
@@ -624,7 +624,6 @@ static int real_main(int argc, char **argv)
int d, s;
setlocale(LC_ALL, "");
wsetabort(wAbort);
/* for telling WPrefs what's the name of the wmaker binary being ran */
setenv("WMAKER_BIN_NAME", argv[0], 1);