17 lines
393 B
C++
17 lines
393 B
C++
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1999.
|
|
//
|
|
// File: acguids.c
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define INITGUID
|
|
#include <initguid.h>
|
|
#include <windows.h>
|
|
#include <ole2.h>
|
|
|
|
#include <shobjidl.h>
|
|
#include <marscore.h>
|