mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-01 18:22:27 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
8
libc/nt/thunk/process.inc
Normal file
8
libc/nt/thunk/process.inc
Normal file
|
@ -0,0 +1,8 @@
|
|||
#define GetEnvironmentVariable(...) __imp_GetEnvironmentVariableW(__VA_ARGS__)
|
||||
#define GetPriorityClass(...) __imp_GetPriorityClass(__VA_ARGS__)
|
||||
#define SetPriorityClass(...) __imp_SetPriorityClass(__VA_ARGS__)
|
||||
|
||||
extern typeof(GetEnvironmentVariable) *const
|
||||
__imp_GetEnvironmentVariableW __msabi;
|
||||
extern typeof(GetPriorityClass) *const __imp_GetPriorityClass __msabi;
|
||||
extern typeof(SetPriorityClass) *const __imp_SetPriorityClass __msabi;
|
Loading…
Add table
Add a link
Reference in a new issue