29 lines
611 B
C
29 lines
611 B
C
|
//////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// 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_
|