cosmopolitan/libc/nt/struct/luid.h

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

10 lines
198 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_NT_STRUCT_LUID_H_
#define COSMOPOLITAN_LIBC_NT_STRUCT_LUID_H_
struct NtLuid {
uint32_t LowPart;
int32_t HighPart;
};
#endif /* COSMOPOLITAN_LIBC_NT_STRUCT_LUID_H_ */