mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
29bf8b1a30
- Make rand64() thread safe - Introduce lemur64 lcg prng - Improve strace on New Technology - Improve msync() on New Technology
5 lines
225 B
C++
5 lines
225 B
C++
#define CopyFile(...) __imp_CopyFileW(__VA_ARGS__)
|
|
extern typeof(CopyFile) *const __imp_CopyFileW __msabi;
|
|
|
|
#define GetFileType(...) __imp_GetFileType(__VA_ARGS__)
|
|
extern typeof(GetFileType) *const __imp_GetFileType __msabi;
|