mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix all the packed structures.
Now we actually build a significant amount of stuff on Linux.
This commit is contained in:
@ -78,7 +78,7 @@ COMPILER_ASSERT_HEADER(Cli2GateKeeper, kNumGateKeeper2CliMessages <= (uint16_t)-
|
||||
//============================================================================
|
||||
// BEGIN PACKED DATA STRUCTURES
|
||||
//============================================================================
|
||||
#include <PshPack1.h>
|
||||
#pragma pack(push,1)
|
||||
|
||||
|
||||
/*****************************************************************************
|
||||
@ -154,4 +154,5 @@ struct GateKeeper2Cli_AuthSrvIpAddressReply {
|
||||
uint32_t messageId;
|
||||
uint32_t transId;
|
||||
wchar_t address[24];
|
||||
};
|
||||
};
|
||||
#pragma pack(pop)
|
||||
|
Reference in New Issue
Block a user