24 lines
499 B
C++
24 lines
499 B
C++
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
|
|
//
|
|
// FILE
|
|
//
|
|
// iasuuid.cpp
|
|
//
|
|
// SYNOPSIS
|
|
//
|
|
// This file initializes the IAS UUID's.
|
|
//
|
|
// MODIFICATION HISTORY
|
|
//
|
|
// 11/20/1997 Original version.
|
|
// 02/27/1998 Removed the OLE-DB constants.
|
|
//
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|
|
#define INITGUID
|
|
#include <guiddef.h>
|
|
|
|
#include <iasuuid.h>
|