commit | 8de3ba8f6ea0cd127b3d5be393aeb469e899ca66 | [log] [tgz] |
---|---|---|
author | Joerg Mayer <jmayer@telesun2.telemation.de> | Sat Apr 03 16:26:36 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Apr 03 16:26:36 1999 +0000 |
tree | bfe1a67acb5fada7772270e8a496abf1e1513f15 | |
parent | c049e81683797a8c5e4f858281279b47040a9b15 [diff] [blame] |
More #pragma fixes (idea Ove Kaaven, mistakes are mine).
diff --git a/include/winnt.h b/include/winnt.h index a97a187..07483b5 100644 --- a/include/winnt.h +++ b/include/winnt.h
@@ -378,7 +378,7 @@ #ifndef _SECURITY_DEFINED #define _SECURITY_DEFINED -#pragma pack (1) +#pragma pack(1) typedef struct { BYTE Value[6]; @@ -784,4 +784,6 @@ #define DACL_SECURITY_INFORMATION 0x00000004 #define SACL_SECURITY_INFORMATION 0x00000008 +#pragma pack(4) + #endif /* __WINE_WINNT_H */