| commit | c7a8dde11896fc057c5ac856f6a6052aa399ea45 | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sun Apr 25 12:36:53 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sun Apr 25 12:36:53 1999 +0000 |
| tree | 208158cf1ddabe7e5ba1e6a5663ae746f70467c2 | |
| parent | 10141fec5293eadc87554ccdbade46c00c276842 [diff] [blame] |
#pragma pack(?) changed to #include "*pack*.h"
diff --git a/include/module.h b/include/module.h index fa35eca..45ce685 100644 --- a/include/module.h +++ b/include/module.h
@@ -84,7 +84,7 @@ /* Self-loading modules contain this structure in their first segment */ -#pragma pack(1) +#include "pshpack1.h" typedef struct { @@ -118,7 +118,7 @@ DWORD dwReserved; } LOADPARAMS; -#pragma pack(4) +#include "poppack.h" /* internal representation of 32bit modules. per process. */ typedef enum {