Commit 87c3220b authored by captainwong's avatar captainwong

pshpack1.h is windows only

parent 7cf05836
...@@ -398,8 +398,6 @@ static const char* zonePropertyToStringEn(ZoneProperty zp) { ...@@ -398,8 +398,6 @@ static const char* zonePropertyToStringEn(ZoneProperty zp) {
namespace com namespace com
{ {
#include <pshpack1.h>
//! 读取主机账号 //! 读取主机账号
struct ReadMachineAcctRequest { struct ReadMachineAcctRequest {
static constexpr Char len = 7; static constexpr Char len = 7;
...@@ -1044,8 +1042,6 @@ struct ResponseParser { ...@@ -1044,8 +1042,6 @@ struct ResponseParser {
} }
}; };
#include <poppack.h>
} // namespace com } // namespace com
} // namespace common } // namespace common
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment