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.
22 lines
503 B
22 lines
503 B
/*----------------------------------------------------------------------------
|
|
rtrguid.c
|
|
Initialize router GUIDs.
|
|
|
|
Copyright (C) Microsoft Corporation, 1993 - 1998
|
|
All rights reserved.
|
|
|
|
Authors:
|
|
KennT Kenn M. Takara, Microsoft
|
|
|
|
History:
|
|
05/27/97 kennt Created
|
|
----------------------------------------------------------------------------*/
|
|
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <initguid.h>
|
|
#include "rtrguid.h"
|
|
#include <cmnquery.h>
|
|
#include <dsquery.h>
|
|
#include "ncglobal.h"
|
|
|