24 lines
279 B
C++
24 lines
279 B
C++
|
/*++
|
||
|
|
||
|
Copyright (c) 1996 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
mbid.cxx
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Builds a library that defines the MB guids.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Taylor Weiss (TaylorW) 13-Dec-1999
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <initguid.h>
|
||
|
#include <iadmw.h>
|