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.
28 lines
599 B
28 lines
599 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
//
|
|
// File: precomp.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include "ndcommon.h"
|
|
// Porting to Source Depot - smanda #include <nlcommon.h>
|
|
#include <winsock2.h>
|
|
#include "ndstruct.h"
|
|
#include "params.h"
|
|
#include "results.h"
|
|
#include "netdiag.h"
|
|
#include "resource.h"
|
|
|
|
#include "dcutil.h"
|
|
#include "domutil.h"
|
|
|
|
#include "xportst.h"
|
|
#include "format.h"
|
|
|
|
#include "tfschar.h"
|
|
|
|
#pragma hdrstop
|