mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 08:24:16 +09:00
Fixed struct alignment
This commit is contained in:
@@ -32,6 +32,8 @@ struct _wQueue
|
||||
size_t growthFactor;
|
||||
BOOL synchronized;
|
||||
|
||||
BYTE padding[4];
|
||||
|
||||
size_t head;
|
||||
size_t tail;
|
||||
size_t size;
|
||||
@@ -41,6 +43,8 @@ struct _wQueue
|
||||
|
||||
wObject object;
|
||||
BOOL haveLock;
|
||||
|
||||
BYTE padding2[4];
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user