// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers
#define WIN32_NO_STATUS
#include <windows.h>
#undef WIN32_NO_STATUS
#include <ntstatus.h>

#include <ntsecapi.h>
#include <lm.h>

#include <stdio.h>
#include <tchar.h>
#include <malloc.h>
#include <DsGetDc.h>



syntax highlighted by Code2HTML, v. 0.9.1