mirror of https://github.com/tongzx/nt5src
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.
16 lines
441 B
16 lines
441 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992-2001.
|
|
//
|
|
// File: SAUClsId.c
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define INITGUID
|
|
#include <guiddef.h>
|
|
|
|
// {d851f103-8c90-4321-aff0-58ba5bd421c2}
|
|
|
|
DEFINE_GUID(CLSID_SAUpdate, 0xd851f103,0x8c90,0x4321,0xaf,0xf0,0x58,0xba,0x5b,0xd4,0x21,0xc2);
|
|
|