mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 09:32:38 +00:00
use correct define
This commit is contained in:
parent
ab45226819
commit
f434c53735
@ -42,6 +42,8 @@
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define EOS_PLATFORM_WINDOWS_64
|
||||||
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace Epic.OnlineServices
|
namespace Epic.OnlineServices
|
||||||
@ -85,7 +87,7 @@ namespace Epic.OnlineServices
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
;
|
;
|
||||||
|
|
||||||
public const CallingConvention LibraryCallingConvention =
|
public const CallingConvention LibraryCallingConvention =
|
||||||
#if EOS_PLATFORM_WINDOWS_32
|
#if EOS_PLATFORM_WINDOWS_32
|
||||||
CallingConvention.StdCall
|
CallingConvention.StdCall
|
||||||
|
Loading…
x
Reference in New Issue
Block a user