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