11 lines
289 B
C
11 lines
289 B
C
#ifndef COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_
|
|
#define COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_
|
|
#include <Windows.h>
|
|
|
|
#include "libc/nt/struct/ldr.h"
|
|
#include "libc/nt/ntdll.h"
|
|
#include "libc/nt/struct/peb.h"
|
|
#include "libc/nt/struct/teb.h"
|
|
|
|
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_WINTERNL_H_ */
|