25 lines
592 B
C++
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"
|