34 lines
684 B
C
34 lines
684 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// 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"
|
||
|
|
||
|
#include "polprn.h"
|
||
|
#include "spdcheck.h"
|
||
|
#include "spdres.h"
|
||
|
#include "spdprint.h"
|
||
|
|
||
|
#pragma hdrstop
|