mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-03 09:48:29 +00:00
Work towards improving signals and processes
This commit is contained in:
parent
de703b182c
commit
d7ac16a9ed
96 changed files with 1474 additions and 427 deletions
|
@ -1,6 +1,7 @@
|
|||
#ifndef COSMOPOLITAN_LIBC_NT_PRIVILEGE_H_
|
||||
#define COSMOPOLITAN_LIBC_NT_PRIVILEGE_H_
|
||||
#include "libc/nt/struct/luid.h"
|
||||
#include "libc/nt/struct/tokenprivileges.h"
|
||||
/* ░░░░
|
||||
▒▒▒░░░▒▒▒▒▒▒▒▓▓▓░
|
||||
▒▒▒▒░░░▒▒▒▒▒▒▓▓▓▓▓▓░
|
||||
|
@ -34,9 +35,6 @@
|
|||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
COSMOPOLITAN_C_START_
|
||||
|
||||
struct NtLuid;
|
||||
struct NtTokenPrivileges;
|
||||
|
||||
bool32 LookupPrivilegeValue(const char16_t *opt_lpSystemName,
|
||||
const char16_t *lpName, struct NtLuid *out_lpLuid);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue