18 lines
428 B
C++
18 lines
428 B
C++
//=--------------------------------------------------------------------------=
|
|
// iguids.cpp
|
|
//=--------------------------------------------------------------------------=
|
|
// Copyright 1995-1996 Microsoft Corporation. All Rights Reserved.
|
|
//
|
|
// contains the guids we will define
|
|
//
|
|
|
|
|
|
#include "asctlpch.h"
|
|
|
|
#define INITGUID
|
|
#include <initguid.h>
|
|
#include <extobj.h>
|
|
#include "inseng.h"
|
|
#include "iasctrls.h"
|
|
|