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/toolhelp.h b/include/toolhelp.h index e416ed0..b3deacb 100644 --- a/include/toolhelp.h +++ b/include/toolhelp.h
@@ -9,7 +9,7 @@ #define MAX_PATH16 255 #define MAX_CLASSNAME 255 -#pragma pack(1) +#include "pshpack1.h" /* Global heap */ @@ -395,7 +395,7 @@ WORD wFlags; } STACKTRACEENTRY; -#pragma pack(4) +#include "poppack.h" /* * Process Entry list as created by CreateToolHelp32Snapshot