From d34d8a25cbec0624971aeebfab4ecb503ea42789 Mon Sep 17 00:00:00 2001 From: Fletcher Dunn Date: Fri, 29 Oct 2021 15:13:54 -0700 Subject: [PATCH] Fix for game coordinator lib handling STEAMNETWORKINGSOCKETS_FOREXPORT P4:6865142 --- include/steam/isteamnetworkingutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/steam/isteamnetworkingutils.h b/include/steam/isteamnetworkingutils.h index 59e71f2..3774623 100644 --- a/include/steam/isteamnetworkingutils.h +++ b/include/steam/isteamnetworkingutils.h @@ -468,7 +468,7 @@ inline bool ISteamNetworkingUtils::SetConfigValueStruct( const SteamNetworkingCo } // How to get helper functions. -#if defined( STEAMNETWORKINGSOCKETS_STATIC_LINK ) || defined( STEAMNETWORKINGSOCKETS_STANDALONELIB ) +#if defined( STEAMNETWORKINGSOCKETS_STATIC_LINK ) || defined(STEAMNETWORKINGSOCKETS_FOREXPORT) || defined( STEAMNETWORKINGSOCKETS_STANDALONELIB ) // Call direct to static functions STEAMNETWORKINGSOCKETS_INTERFACE void SteamNetworkingIPAddr_ToString( const SteamNetworkingIPAddr *pAddr, char *buf, size_t cbBuf, bool bWithPort );