cosmopolitan/libc/nt/thunk/startupinfo.inc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
132 B
PHP
Raw Normal View History

2020-06-15 07:18:57 -07:00
#define GetStartupInfo(...) __imp_GetStartupInfoW(__VA_ARGS__)
extern typeof(GetStartupInfo) *const __imp_GetStartupInfoW __msabi;