mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-28 08:12:28 +00:00
Fix the build
This commit is contained in:
parent
12ecaf8650
commit
610c951f71
10 changed files with 14 additions and 8 deletions
|
@ -9,9 +9,9 @@ struct NtSecurityAttributes {
|
|||
bool32 bInheritHandle;
|
||||
};
|
||||
|
||||
const char *DescribeNtSecurityAttributes(char[32],
|
||||
const struct NtSecurityAttributes *);
|
||||
const char *_DescribeNtSecurityAttributes(char[32],
|
||||
const struct NtSecurityAttributes *);
|
||||
#define DescribeNtSecurityAttributes(x) \
|
||||
DescribeNtSecurityAttributes(alloca(32), x)
|
||||
_DescribeNtSecurityAttributes(alloca(32), x)
|
||||
|
||||
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_SECURITYATTRIBUTES_H_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue