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.

122 lines
1.6 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. //
  38. // Platform dependent headers
  39. //
  40. // WMI includes
  41. #if defined(SENS_NT5)
  42. #include <ndisguid.h>
  43. #include <ntddndis.h>
  44. #include <wmium.h>
  45. #endif // SENS_NT5
  46. // Winlogon include
  47. #if !defined(SENS_CHICAGO)
  48. #include <winwlx.h>
  49. #endif // SENS_CHICAGO
  50. //
  51. // IE5-specific headers
  52. //
  53. #if !defined(SENS_NT5)
  54. #include <docobj.h>
  55. #include <wininet.h>
  56. #include <winineti.h>
  57. #include <shlwapi.h>
  58. #include <shlwapip.h>
  59. #include <inetreg.h>
  60. #endif // !SENS_NT5
  61. //
  62. // RAS includes
  63. //
  64. #include <ras.h>
  65. #include <raserror.h>
  66. //
  67. // SENS headers
  68. //
  69. #include <sensapi.h>
  70. #include <eventsys.h>
  71. #include <sens.h>
  72. #include <sensevts.h>
  73. #include "api.h"
  74. #include "notify.h"
  75. #include "lan.hxx"
  76. #include "wan.hxx"
  77. #include "apiproc.hxx"
  78. #include "linklist.hxx"
  79. #include "sensutil.hxx"
  80. #include "senssvc.hxx"
  81. #include "ipname.hxx"
  82. #include "dest.hxx"
  83. #include "event.hxx"
  84. #include "msgloop.hxx"
  85. #include "cfacchng.hxx"
  86. #include "cpubfilt.hxx"
  87. #include "csubchng.hxx"
  88. #include "cache.hxx"
  89. #endif // __PRECOMP_HXX__