2015-01-09 19:02:08 -06:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "targetver.h"
|
|
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
|
#include <tchar.h>
|
|
|
|
|
|
2015-01-09 19:04:50 -06:00
|
|
|
|
2015-01-09 19:02:08 -06:00
|
|
|
#define WIN32_NO_STATUS 1
|
|
|
|
|
#include <Windows.h>
|
|
|
|
|
#undef WIN32_NO_STATUS
|
|
|
|
|
|
|
|
|
|
#include <ntstatus.h>
|
|
|
|
|
#include <winternl.h>
|