Source code of Windows XP (NT5)
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
710 B

  1. /*****************************************************************************\
  2. FILE: guids.h
  3. DESCRIPTION:
  4. This file contains GUIDs that we couldn't get from the public headers
  5. for one reason or another.
  6. BryanSt 8/13/2000
  7. Copyright (C) Microsoft Corp 1999-2000. All rights reserved.
  8. \*****************************************************************************/
  9. #include "priv.h"
  10. #ifndef INITGUID
  11. #define INITGUID
  12. #include <guiddef.h>
  13. #undef INITGUID
  14. #else
  15. #include <guiddef.h>
  16. #endif
  17. #undef MIDL_DEFINE_GUID
  18. // {8D029AEC-E412-4948-84B5-699A740946AE}
  19. static const GUID CLSID_CImageMenu = { 0x8d029aec, 0xe412, 0x4948, { 0x84, 0xb5, 0x69, 0x9a, 0x74, 0x9, 0x46, 0xae } };