WindowsXP-SP1/termsrv/admtools/appsec/dll/pch.h
2020-09-30 16:53:49 +02:00

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>