mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-27 07:05:50 +03:00
StructPlatformPackSize is 8 on win32
This commit is contained in:
parent
11cc473a6e
commit
39bc7b5c1b
@ -13,7 +13,7 @@ internal static class Platform
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user