20 lines
370 B
C
20 lines
370 B
C
// Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
|
|
|
|
#ifndef _triedcmdg_h_
|
|
#define _triedcmdg_h_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
EXTERN_C const GUID GUID_TriEditCommandGroup;
|
|
|
|
DEFINE_GUID(GUID_TriEditCommandGroup,
|
|
0x2582f1c0, 0x84e, 0x11d1, 0x9a, 0xe, 0x0, 0x60, 0x97, 0xc9, 0xb3, 0x44);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|