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.
15 lines
479 B
15 lines
479 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992-2001.
|
|
//
|
|
// File: IGFClsId.c
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define INITGUID
|
|
#include <guiddef.h>
|
|
|
|
// dup'd from ..\..\beacon\client\internetgatewayfinder.h
|
|
DEFINE_GUID(CLSID_CInternetGatewayFinder,
|
|
0x4d3f9715, 0x73da, 0x4506, 0x89, 0x33, 0x1e, 0xe, 0x17, 0x18, 0xba, 0x3b);
|