mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Correctly pack the KIPCR structure.
svn path=/trunk/; revision=16030
This commit is contained in:
@@ -257,6 +257,8 @@ typedef struct _KPCR {
|
||||
#pragma pack(pop)
|
||||
#endif /* __USE_W32API */
|
||||
|
||||
#pragma pack(push,4)
|
||||
|
||||
/*
|
||||
* This is the complete, internal KPCR structure
|
||||
*/
|
||||
@@ -289,6 +291,8 @@ typedef struct _KIPCR {
|
||||
KPRCB PrcbData; /* 120 */
|
||||
} KIPCR, *PKIPCR;
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifndef __USE_W32API
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
Reference in New Issue
Block a user