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.

19 lines
318 B

  1. #include <ntddk.h>
  2. #include <ndis.h>
  3. #include <windef.h>
  4. #include <ndisprv.h>
  5. // order important -- KS first
  6. #include <ks.h>
  7. #include <mmsystem.h>
  8. #include <swenum.h>
  9. #include <pxuser.h>
  10. #define NDIS_TAPI_CURRENT_VERSION 0x20000
  11. #include <ndistapi.h>
  12. #include "RCA.h"
  13. #include "RCAdebug.h"
  14. #include "RCANdis.h"