13 lines
163 B
C
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
|