windows-nt/Source/XPSP1/NT/multimedia/directx/applicationmanager/cominterface/guids.cpp
2020-09-26 16:20:57 +08:00

25 lines
592 B
C++

//////////////////////////////////////////////////////////////////////////////////////////////
//
// Guids.cpp
//
// Copyright (C) 1998, 1999 Microsoft Corporation. All rights reserved.
//
// Abstract :
//
// This source file contains the INITGUID define that declares the GUID variables for
// this project
//
// History :
//
// 05/06/1999 luish Created
//
//////////////////////////////////////////////////////////////////////////////////////////////
#define INITGUID
#include <objbase.h>
#include <initguid.h>
#include "AppMan.h"
#include "AppManAdmin.h"
#include "EmptyVc.h"