From 767ecde2d5c297dfadef41c14d9594cd30c8a9b8 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 23 Jan 2024 21:01:24 +0100 Subject: [PATCH] Rename PlatformWin32 to PlatformStandard It's 2024 .NET runs everywhere now. --- .../Platform/{PlatformWin32.cs => PlatformStandard.cs} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Lidgren.Network/Platform/{PlatformWin32.cs => PlatformStandard.cs} (100%) diff --git a/Lidgren.Network/Platform/PlatformWin32.cs b/Lidgren.Network/Platform/PlatformStandard.cs similarity index 100% rename from Lidgren.Network/Platform/PlatformWin32.cs rename to Lidgren.Network/Platform/PlatformStandard.cs