mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
6 lines
245 B
PHP
6 lines
245 B
PHP
|
#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;
|