/** * * SoundTouch GUIDs * 作成者: id:yuaaaa * ほんとはGPLっていわなきゃいけない * * $Id$ */ #pragma once #ifdef __cplusplus extern "C" { #endif // {0030C9DC-649D-4c2d-ACDF-1858F8E9A98F} DEFINE_GUID(CLSID_SoundTouch_DEBUG, 0x30c9dc, 0x649d, 0x4c2d, 0xac, 0xdf, 0x18, 0x58, 0xf8, 0xe9, 0xa9, 0x8f); // {B04EB849-488C-4ea0-9FE8-9378BB43E9B6} DEFINE_GUID(CLSID_SoundTouch_RELEASE, 0xb04eb849, 0x488c, 0x4ea0, 0x9f, 0xe8, 0x93, 0x78, 0xbb, 0x43, 0xe9, 0xb6); // {7D328DCD-B911-4ae7-BE94-3117A82370B9} DEFINE_GUID(CLSID_SoundTouch_AUTOLOAD_DEBUG, 0x7d328dcd, 0xb911, 0x4ae7, 0xbe, 0x94, 0x31, 0x17, 0xa8, 0x23, 0x70, 0xb9); // {39B147A3-CBAD-4f5a-8FE0-1ECF922DE8BD} DEFINE_GUID(CLSID_SoundTouch_AUTOLOAD_RELEASE, 0x39b147a3, 0xcbad, 0x4f5a, 0x8f, 0xe0, 0x1e, 0xcf, 0x92, 0x2d, 0xe8, 0xbd); #define CLSID_SoundTouch CLSID_SoundTouch_RELEASE #define CLSID_SoundTouch_AUTOLOAD CLSID_SoundTouch_AUTOLOAD_RELEASE #ifdef _DEBUG #undef CLSID_SoundTouch #undef CLSID_SoundTouch_AUTOLOAD #define CLSID_SoundTouch CLSID_SoundTouch_DEBUG #define CLSID_SoundTouch_AUTOLOAD CLSID_SoundTouch_AUTOLOAD_DEBUG #endif // {CB357AEE-107E-49a6-8AEF-699A20D6BA9A} DEFINE_GUID(CLSID_SoundTouchProp, 0xcb357aee, 0x107e, 0x49a6, 0x8a, 0xef, 0x69, 0x9a, 0x20, 0xd6, 0xba, 0x9a); #ifdef __cplusplus } #endif