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.

28 lines
599 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1998 - 1999
  6. //
  7. // File: precomp.h
  8. //
  9. //--------------------------------------------------------------------------
  10. #include "ndcommon.h"
  11. // Porting to Source Depot - smanda #include <nlcommon.h>
  12. #include <winsock2.h>
  13. #include "ndstruct.h"
  14. #include "params.h"
  15. #include "results.h"
  16. #include "netdiag.h"
  17. #include "resource.h"
  18. #include "dcutil.h"
  19. #include "domutil.h"
  20. #include "xportst.h"
  21. #include "format.h"
  22. #include "tfschar.h"
  23. #pragma hdrstop