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.
35 lines
759 B
35 lines
759 B
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1996 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// Guids.cpp
|
|
//
|
|
// Abstract:
|
|
// Implements GUIDS for the application.
|
|
//
|
|
// Author:
|
|
// David Potter (davidp) June 4, 1996
|
|
//
|
|
// Revision History:
|
|
//
|
|
// Notes:
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define INC_OLE2
|
|
|
|
#include "stdafx.h"
|
|
#include <initguid.h>
|
|
#include "DataObj.h"
|
|
#include "CluAdmID.h"
|
|
|
|
#define IID_DEFINED
|
|
#include "CluAdmID_i.c"
|
|
|
|
CComModule _Module;
|
|
|
|
#pragma warning( push )
|
|
#pragma warning( disable : 4701 ) // local variable may be used without having been initialized
|
|
#include <atlimpl.cpp>
|
|
#pragma warning( pop )
|