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.

29 lines
556 B

  1. // Copyright (c) 1998-1999, Microsoft Corporation, all rights reserved
  2. //
  3. // precomp.h
  4. // IEEE 1394 NDIS mini-port/call-manager driver
  5. //
  6. // Precompiled common header.
  7. //
  8. // 12/28/1998 JosephJ
  9. //
  10. //
  11. #include <ccdefs.h>
  12. #include <ndis.h>
  13. #include <ndistapi.h>
  14. #include <1394.h>
  15. #include <ndis1394.h>
  16. #include <nic1394.h>
  17. #include <nicarp.h>
  18. #include "a13ioctl.h"
  19. #include "debug.h"
  20. #include "pktlog.h"
  21. #include "priv.h"
  22. #include "mp.h"
  23. #include "cm.h"
  24. #include "send.h"
  25. #include "receive.h"
  26. #include "irp.h"
  27. #include "bcm.h"