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.

57 lines
727 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. Module Name:
  4. precomp.h
  5. Abstract:
  6. Precompiled header file for ATMEPVC.SYS
  7. Author:
  8. Revision History:
  9. Who When What
  10. -------- -------- ----
  11. ADube 03-23-00 created
  12. --*/
  13. //
  14. // This file has all the C Defines that will be used in the compilation
  15. //
  16. #include "ccdefs.h"
  17. //
  18. // Common header files in ntos\inc
  19. //
  20. #include <ndis.h>
  21. #include <atm40.h>
  22. //
  23. // RM apis
  24. //
  25. #include "rmdbg.h"
  26. #include "rm.h"
  27. //
  28. // Local Header files
  29. //
  30. #include "macros.h"
  31. #include "debug.h"
  32. #include "priv.h"
  33. #include "util.h"
  34. #include "client.h"
  35. #include "miniport.h"
  36. #include "protocol.h"
  37. #include "wrapper.h"