Leaked source code of windows server 2003
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.

19 lines
370 B

  1. // Copyright (c)1997-1999 Microsoft Corporation, All Rights Reserved
  2. #ifndef _triedcmdg_h_
  3. #define _triedcmdg_h_
  4. #ifdef __cplusplus
  5. extern "C"{
  6. #endif
  7. EXTERN_C const GUID GUID_TriEditCommandGroup;
  8. DEFINE_GUID(GUID_TriEditCommandGroup,
  9. 0x2582f1c0, 0x84e, 0x11d1, 0x9a, 0xe, 0x0, 0x60, 0x97, 0xc9, 0xb3, 0x44);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif