mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-22 14:23:59 -07:00
ARM64 Support for TapDriver6 (#1949)
This commit is contained in:
parent
ee663d61cd
commit
2672d037a8
2 changed files with 11 additions and 5 deletions
|
@ -25,10 +25,11 @@
|
|||
#define __TAP_H
|
||||
|
||||
#ifndef NDIS_SUPPORT_NDIS6
|
||||
#define NDIS_SUPPORT_NDIS6 1
|
||||
#define NDIS_SUPPORT_NDIS61 1
|
||||
#define NDIS_WDM1 1
|
||||
#define NDIS61_MINIPORT 1
|
||||
#define NDIS_MINIPORT_DRIVER 1
|
||||
#define NDIS_SUPPORT_NDIS6 1
|
||||
#define NDIS_SUPPORT_NDIS630 1
|
||||
#define NDIS_WDM1 1
|
||||
#define NDIS630_MINIPORT 1
|
||||
#endif
|
||||
|
||||
#include <ntifs.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue