MANDCID.CXX

//+--------------------------------------------------------------------------- 
//
// Microsoft Windows
// Copyright 1992 - 1998 Microsoft Corporation.
//
// File: mandcid.cxx
//
// Contents: CLSID_MANDELBROT
//
// History: 4-15-94 stevebl Created
//
//----------------------------------------------------------------------------

#include <windows.h>
#include <ole2.h>
#include "mandcid.h"

CLSID CLSID_MANDELBROT = { /* aeb94135-39c3-101b-b940-00aa001f2ef4 */
0xaeb94135,
0x39c3,
0x101b,
{0xb9, 0x40, 0x00, 0xaa, 0x00, 0x1f, 0x2e, 0xf4}
};