add support for linux clang cross compiles

This commit is contained in:
ryleu
2026-03-24 10:05:40 -05:00
committed by neoapps-dev
parent b2f00d16e6
commit 5eab358dde
889 changed files with 4170 additions and 3569 deletions

View File

@@ -3,9 +3,9 @@
#include "SocketAddress.h"
#include "Socket.h"
#include "ThreadName.h"
#include "..\Minecraft.Client\ServerConnection.h"
#include "../Minecraft.Client/ServerConnection.h"
#include <algorithm>
#include "..\Minecraft.Client\PS3\PS3Extras\ShutdownManager.h"
#include "../Minecraft.Client/PS3/PS3Extras/ShutdownManager.h"
// This current socket implementation is for the creation of a single local link. 2 sockets can be created, one for either end of this local
// link, the end (0 or 1) is passed as a parameter to the ctor.