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
79 B
C
Vendored
5 lines
79 B
C
Vendored
#include "version.h"
|
|
#include "libc.h"
|
|
|
|
const char __libc_version[] = VERSION;
|