sdfsdfdsfdf

This commit is contained in:
lizzie
2026-06-23 23:41:35 +00:00
committed by crueter
parent 39c03b1968
commit 7c468a05c5
@@ -126,7 +126,7 @@ std::vector<Network::NetworkInterface> GetAvailableNetworkInterfaces() {
u32 flags;
};
std::vector<RoutingEntry> routes{};
#if defined(__ANDROID__
#if defined(__ANDROID__)
// Even through Linux based, we can't reliably obtain routing information from there :(
// macOS not Linux based and would murder us if we attempt to access /proc
#else