cosmopolitan/libc/isystem/winternl.h

8 lines
266 B
C
Raw Normal View History

2020-06-15 14:18:57 +00:00
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_
#define COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_
#include "libc/nt/ntdll.h"
2022-08-13 23:02:01 +00:00
#include "libc/nt/struct/ldr.h"
2020-06-15 14:18:57 +00:00
#include "libc/nt/struct/peb.h"
#include "libc/nt/struct/teb.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_ */