windows-nt/Source/XPSP1/NT/net/homenet/config/natupnp/igfclsid.c
2020-09-26 16:20:57 +08:00

16 lines
479 B
C

//+---------------------------------------------------------------------------
//
// 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);