Vendored libslirp (#2045)

Add vendored libslirp into the repo with a shim to remove its dependency on glib.
This commit is contained in:
Nadia Holmquist Pedersen
2024-05-15 18:00:55 +02:00
committed by GitHub
parent 747f50de98
commit a2406e3c0e
157 changed files with 22551 additions and 15 deletions

View File

@ -26,7 +26,7 @@
#include "FIFO.h"
#include "Platform.h"
#include <slirp/libslirp.h>
#include <libslirp.h>
#ifdef __WIN32__
#include <ws2tcpip.h>