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;
|