WindowsXP-SP1/admin/snapin/dsadmin/guids.cpp
2020-09-30 16:53:49 +02:00

28 lines
675 B
C++

//+----------------------------------------------------------------------------
//
// Windows NT Directory Service Administration SnapIn
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1998
//
// File: guids.cxx
//
// Contents: guid allocations - guids are defined in dsclient.h
//
// History: 21-March-97 EricB created
//
//-----------------------------------------------------------------------------
#include "stdafx.h"
// initguid.h requires this.
//
#include <objbase.h>
// this redefines the DEFINE_GUID() macro to do allocation.
//
#include <initguid.h>
#include <dsclient.h>
#include <dsadmin.h>