mirror of
https://github.com/ziglang/zig.git
synced 2026-01-17 04:45:20 +00:00
also start prefering NtDll API. so far: * NtQueryInformationFile * NtClose adds a performance workaround for windows unicode conversion. but that should probably be removed before merging
5 lines
129 B
C
5 lines
129 B
C
#include "pthread_impl.h"
|
|
|
|
unsigned __default_stacksize = DEFAULT_STACK_SIZE;
|
|
unsigned __default_guardsize = DEFAULT_GUARD_SIZE;
|