From a930a41110a2384c1a55d1425ec2b27e0e51a2ec Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Fri, 24 May 2024 11:20:35 +0300 Subject: [PATCH] fix lobby_connect compilation, this macro was already removed from later versions of the sdk --- sdk/steam/matchmakingtypes.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/sdk/steam/matchmakingtypes.h b/sdk/steam/matchmakingtypes.h index 3e171677..163b009c 100644 --- a/sdk/steam/matchmakingtypes.h +++ b/sdk/steam/matchmakingtypes.h @@ -12,12 +12,6 @@ #pragma once #endif -#ifdef POSIX -#ifndef _snprintf -#define _snprintf snprintf -#endif -#endif - #include #include