WindowsXP-SP1/admin/dsadminlib/src/pch.h
2020-09-30 16:53:49 +02:00

37 lines
661 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1997 - 1999
//
// File: pch.h
//
//--------------------------------------------------------------------------
#ifndef __PCH_H
#define __PCH_H
// MFC
#include <afxwin.h>
#include <afxtempl.h> // MFC Template classes
// ATL
#include <atlbase.h>
#include <shlobj.h>
// ADSI
#include <activeds.h>
#include <iadsp.h>
// Display Specifier stuff
#include <dsclient.h>
// MMC
#include <mmc.h>
#include "dbg.h"
#include "dsadminp.h"
#include "dscmn.h"
#endif // __PCH_H