mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +00:00
CONTRIB: ltask.c should probably be reviewed lol
This commit is contained in:
parent
d015eec5f1
commit
257a50e817
@ -16,8 +16,8 @@ Looking for some simple tasks that need to get done for that sweet 'contributor'
|
|||||||
|
|
||||||
- Change `lib/lin/linshell.c` to use openpty() instead of forkpty() for BSD support
|
- Change `lib/lin/linshell.c` to use openpty() instead of forkpty() for BSD support
|
||||||
- Fix address sanitizer for CMake DEBUG builds
|
- Fix address sanitizer for CMake DEBUG builds
|
||||||
- Change laikaT_getTime in `lib/src/core/ltask.c` to not use C11 features
|
- Change laikaT_getTime in `lib/src/core/ltask.c` to not use C11 features and maybe review my linked list implementation :(
|
||||||
- Implement more LAIKA_BOX_* VMs in `lib/include/core/lbox.h`
|
- Implement more LAIKA_BOX_* VMs in `lib/include/core/lbox.h`s
|
||||||
- Import more WinAPI manually using the method listed below
|
- Import more WinAPI manually using the method listed below
|
||||||
|
|
||||||
## Bot: Windows API Imports Obfuscation
|
## Bot: Windows API Imports Obfuscation
|
||||||
|
@ -26,6 +26,7 @@
|
|||||||
type *name; \
|
type *name; \
|
||||||
int name##_COUNT; \
|
int name##_COUNT; \
|
||||||
int name##_CAP
|
int name##_CAP
|
||||||
|
|
||||||
#define laikaM_initVector(name, startCap) \
|
#define laikaM_initVector(name, startCap) \
|
||||||
name = NULL; \
|
name = NULL; \
|
||||||
name##_COUNT = 0; \
|
name##_COUNT = 0; \
|
||||||
|
Loading…
Reference in New Issue
Block a user