2
0
mirror of https://github.com/Facepunch/Facepunch.Steamworks.git synced 2025-06-06 10:42:21 +03:00

StructPlatformPackSize is 8 on win32

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

@ -13,7 +13,7 @@ namespace Steamworks
public const int StructPlatformPackSize = 8;
public const string LibraryName = "steam_api64";
#elif PLATFORM_WIN32
public const int StructPlatformPackSize = 4;
public const int StructPlatformPackSize = 8;
public const string LibraryName = "steam_api";
#elif PLATFORM_POSIX32
public const int StructPlatformPackSize = 4;