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.
20 lines
461 B
20 lines
461 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000-2001 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// NameUtil.cpp
|
|
//
|
|
// Description:
|
|
// Name resolution utility.
|
|
//
|
|
// Maintained By:
|
|
// Galen Barbee (GalenB) 28-NOV-2000
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "Pch.h"
|
|
#include "NameUtil.h"
|
|
|
|
#include "NameUtilSrc.cpp"
|
|
|