15 lines
207 B
C
Executable File
15 lines
207 B
C
Executable File
#pragma once
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
|
|
|
|
#define WIN32_NO_STATUS 1
|
|
#include <Windows.h>
|
|
#undef WIN32_NO_STATUS
|
|
|
|
#include <ntstatus.h>
|
|
#include <winternl.h>
|