mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-06 01:30:40 +03:00
Merge PR #1865: Fix build when NO_VLAN
This commit is contained in:
commit
1493ccb44d
@ -1416,7 +1416,7 @@ ETH *OpenEthBSD(char *name, bool local, bool tapmode, char *tapaddr)
|
||||
|
||||
return e;
|
||||
#else // NO_VLAN
|
||||
return NULL:
|
||||
return NULL;
|
||||
#endif // NO_VLAN
|
||||
}
|
||||
|
||||
|
@ -22,6 +22,9 @@
|
||||
#include "VLanWin32.h"
|
||||
#include "Win32Com.h"
|
||||
#include "WinUi.h"
|
||||
#ifdef NO_VLAN
|
||||
#include "NullLan.h"
|
||||
#endif
|
||||
|
||||
#include "Mayaqua/Cfg.h"
|
||||
#include "Mayaqua/Encrypt.h"
|
||||
|
Loading…
Reference in New Issue
Block a user