You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
639 B
29 lines
639 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1999-2000 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// GUIDS.H
|
|
//
|
|
// Description:
|
|
// Guid definition file.
|
|
//
|
|
// Maintained By:
|
|
// Geoffrey Pease (GPEASE) 22-NOV-1999
|
|
//
|
|
// Notes:
|
|
// File gets re-include after INITGUID.H is included in GUIDS.CPP. You
|
|
// should not use "#pragma once" in this file.
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
// not pragma once
|
|
#ifndef _GUIDS_H_
|
|
#define _GUIDS_H_
|
|
|
|
//
|
|
// External CLSIDs
|
|
//
|
|
|
|
|
|
#endif // _GUIDS_H_
|