2025-04-27 07:49:33 -04:00

16 lines
494 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);