1
0
mirror of https://github.com/CPunch/Laika.git synced 2026-03-13 22:00:04 +00:00

Windows: Persistence via windows registry

This commit is contained in:
2022-04-22 17:20:31 -05:00
parent e80f007df9
commit 64f7e40fa0
4 changed files with 108 additions and 18 deletions

View File

@@ -12,7 +12,6 @@ HEAD: https://github.com/CPunch/Laika/tree/main
## Tasks and TODOs
Looking for some simple tasks that need to get done for that sweet 'contributor' cred? Check here!
- Implement `lib/win/winpersist.c`
- Change `lib/lin/linshell.c` to use openpty() instead of forkpty() for BSD support
- Fix address sanitizer for CMake DEBUG builds
- Change laikaT_getTime in `lib/src/ltask.c` to not use C11 features.