WindowsXP-SP1/admin/dcpromo/dll/headers.hxx
2020-09-30 16:53:49 +02:00

30 lines
517 B
C++

// Copyright (C) 1997 Microsoft Corporation
//
// All header files used by this project; for the purpose of creating a
// pre-compiled header file
//
// 12-12-97 sburns
//
// This file must be named with a .hxx extension due to some weird and
// inscrutible requirement of BUILD.
#ifndef HEADERS_HXX_INCLUDED
#define HEADERS_HXX_INCLUDED
#include <burnslib.hpp>
#include <process.h>
#include <dsrole.h>
#include <dsrolep.h>
#pragma hdrstop
#endif // HEADERS_HXX_INCLUDED