Source code of Windows XP (NT5)
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

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992-2001.
  5. //
  6. // File: IGFClsId.c
  7. //
  8. //----------------------------------------------------------------------------
  9. #define INITGUID
  10. #include <guiddef.h>
  11. // dup'd from ..\..\beacon\client\internetgatewayfinder.h
  12. DEFINE_GUID(CLSID_CInternetGatewayFinder,
  13. 0x4d3f9715, 0x73da, 0x4506, 0x89, 0x33, 0x1e, 0xe, 0x17, 0x18, 0xba, 0x3b);