WindowsXP-SP1/termsrv/admtools/appsec/dll/pch.h

20 lines
251 B
C
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
#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>