diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-12-18 21:37:17 +0100 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-12-18 21:37:17 +0100 |
commit | 9632aa4021df4e42f96f9a180d634384b1f89180 (patch) | |
tree | e9c5ea42a90fda11401efd1a9dfdcbcd22e24542 /src/libui_sdl | |
parent | 2eaec3f08e46dd2bea8573e0f7a89fd26716b04d (diff) |
start working on melonAP.
it sends beacons!
Diffstat (limited to 'src/libui_sdl')
-rw-r--r-- | src/libui_sdl/Platform.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/Platform.cpp b/src/libui_sdl/Platform.cpp index d835af1..c5985de 100644 --- a/src/libui_sdl/Platform.cpp +++ b/src/libui_sdl/Platform.cpp @@ -91,6 +91,7 @@ u8 PacketBuffer[2048]; const char* PCapLibNames[] = { #ifdef __WIN32__ + // TODO: name for npcap in non-WinPCap mode "wpcap.dll", #else // TODO: Linux lib names |