StructPlatformPackSize is 8 on win32

This commit is contained in:
Garry Newman 2019-06-25 12:58:25 +01:00
parent 11cc473a6e
commit 39bc7b5c1b

View File

@ -13,7 +13,7 @@ internal static class Platform
public const int StructPlatformPackSize = 8; public const int StructPlatformPackSize = 8;
public const string LibraryName = "steam_api64"; public const string LibraryName = "steam_api64";
#elif PLATFORM_WIN32 #elif PLATFORM_WIN32
public const int StructPlatformPackSize = 4; public const int StructPlatformPackSize = 8;
public const string LibraryName = "steam_api"; public const string LibraryName = "steam_api";
#elif PLATFORM_POSIX32 #elif PLATFORM_POSIX32
public const int StructPlatformPackSize = 4; public const int StructPlatformPackSize = 4;