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.
23 lines
522 B
23 lines
522 B
///////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// 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>
|