2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Fix all the packed structures.

Now we actually build a significant amount of stuff on Linux.
This commit is contained in:
Darryl Pogue
2012-01-29 00:19:37 -08:00
parent 945e1ac37b
commit 85b5842ece
28 changed files with 57 additions and 55 deletions

View File

@ -97,7 +97,7 @@ static const unsigned kFileSrvBuildId = 0;
//============================================================================
// BEGIN PACKED DATA STRUCTURES
//============================================================================
#include <PshPack1.h>
#pragma pack(push,1)
/*****************************************************************************
@ -208,4 +208,4 @@ struct File2Cli_FileDownloadReply : Cli2File_MsgHeader {
//============================================================================
// END PACKED DATA STRUCTURES
//============================================================================
#include <PopPack.h>
#pragma pack(pop)