Leaked source code of windows server 2003
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.

96 lines
1.4 KiB

  1. /*++
  2. Copyright (C) Microsoft Corporation, 1997 - 1999
  3. Module Name:
  4. precomp.hxx
  5. Abstract:
  6. Precompiled header.
  7. Author:
  8. Gopal Parupudi <GopalP>
  9. [Notes:]
  10. optional-notes
  11. Revision History:
  12. GopalP 10/12/1997 Start.
  13. --*/
  14. #ifndef __PRECOMP_HXX__
  15. #define __PRECOMP_HXX__
  16. //
  17. // Common includes
  18. //
  19. #include <common.hxx>
  20. #include <stdio.h>
  21. #include <malloc.h>
  22. #include <windows.h>
  23. //
  24. // IPHLPAPI API + Winsock2 includes
  25. //
  26. extern "C"
  27. {
  28. #include <iphlpapi.h>
  29. #include <ipexport.h>
  30. }
  31. #include <winsock2.h>
  32. #include <svcguid.h>
  33. //
  34. // RPC includes
  35. //
  36. #include <rpc.h>
  37. // WMI includes
  38. #include <ndisguid.h>
  39. #include <ntddndis.h>
  40. #include <wmium.h>
  41. // Winlogon include
  42. #include <winwlx.h>
  43. #include <wincred.h> // CRED_MAX_USERNAME_LENGTH
  44. //
  45. // RAS includes
  46. //
  47. #include <ras.h>
  48. #include <raserror.h>
  49. //
  50. // SENS headers
  51. //
  52. #include <sensapi.h>
  53. #include <eventsys.h>
  54. #include <sens.h>
  55. #include <sensevts.h>
  56. #include "api.h"
  57. #include "notify.h"
  58. #include "lan.hxx"
  59. #include "wan.hxx"
  60. #include "apiproc.hxx"
  61. #include "linklist.hxx"
  62. #include "sensutil.hxx"
  63. #include "senssvc.hxx"
  64. #include "ipname.hxx"
  65. #include "dest.hxx"
  66. #include "event.hxx"
  67. #include "cfacchng.hxx"
  68. #include "cpubfilt.hxx"
  69. #include "csubchng.hxx"
  70. #include "cache.hxx"
  71. #endif // __PRECOMP_HXX__