WindowsXP-SP1/admin/display/proppage/admin/guids.cxx
2020-09-30 16:53:49 +02:00

27 lines
643 B
C++

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