mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-26 22:38:30 +00:00
Initial import
This commit is contained in:
commit
c91b3c5006
14915 changed files with 590219 additions and 0 deletions
5
libc/nt/thunk/systeminfo.inc
Normal file
5
libc/nt/thunk/systeminfo.inc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define GetSystemInfo(...) __imp_GetSystemInfo(__VA_ARGS__)
|
||||
#define GetTempPath(...) __imp_GetTempPathW(__VA_ARGS__)
|
||||
|
||||
extern typeof(GetSystemInfo) *const __imp_GetSystemInfo __msabi;
|
||||
extern typeof(GetTempPath) *const __imp_GetTempPathW __msabi;
|
Loading…
Add table
Add a link
Reference in a new issue