Files
2026-05-27 13:24:57 +08:00

13 lines
163 B
C

#pragma once
#ifndef BASE_H
#define BASE_H
#include <ntifs.h>
#include <ntddk.h>
#include <windef.h>
#include <intrin.h>
#include <ntimage.h>
#endif // !BASE_H