diff --git a/reactos/include/sm/api.h b/reactos/include/sm/api.h index db6a98f9977..37d4b42ae3d 100644 --- a/reactos/include/sm/api.h +++ b/reactos/include/sm/api.h @@ -4,13 +4,11 @@ #include -#pragma pack(push,4) - /*** DATA TYPES ******************************************************/ #define SM_SB_NAME_MAX_LENGTH 120 -#pragma pack(push,4) +#include /* SmConnectApiPort (SS->SM) */ typedef struct _SM_CONNECT_DATA @@ -136,7 +134,7 @@ typedef union _SM_PORT_MESSAGE }; } SM_PORT_MESSAGE, * PSM_PORT_MESSAGE; -#pragma pack(pop) +#include /*** MACRO ***********************************************************/