20 lines
251 B
C
20 lines
251 B
C
|
#pragma once
|
||
|
|
||
|
// Private nt headers.
|
||
|
//
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
|
||
|
// Public windows headers.
|
||
|
//
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
#include <common.ver>
|
||
|
|
||
|
|