platform/netenv.c: Virualize LAN configuration

This commit is contained in:
Tau
2019-11-02 13:28:55 -04:00
parent 2b5bde7742
commit de134877a6
6 changed files with 584 additions and 1 deletions

13
platform/netenv.h Normal file
View File

@ -0,0 +1,13 @@
#pragma once
#include <windows.h>
#include <stdbool.h>
#include <stdint.h>
#include "platform/config.h"
HRESULT netenv_hook_init(
const struct netenv_config *cfg,
const struct nusec_config *kc_cfg);