| commit | 896889f317b90a03e1bec9d050ddb4b3cdc56aec | [log] [tgz] |
|---|---|---|
| author | Patrik Stridvall <ps@leissner.se> | Sat May 08 12:50:36 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat May 08 12:50:36 1999 +0000 |
| tree | 917a118bc6ba70afb3c74c28af09cfcccfa0b8c3 | |
| parent | a9f55c46c1148b599d8617d7962f4092d5c3451d [diff] [blame] |
ANSI C fixes.
diff --git a/include/shellapi.h b/include/shellapi.h index b76eacb..4291a47 100644 --- a/include/shellapi.h +++ b/include/shellapi.h
@@ -3,7 +3,7 @@ #include "windef.h" -#pragma pack(1) +#include "pshpack1.h" /****************************************** * DragObject @@ -264,6 +264,6 @@ BOOL WINAPI ShellAboutW(HWND,LPCWSTR,LPCWSTR,HICON); #define ShellAbout WINELIB_NAME_AW(ShellAbout) -#pragma pack(4) +#include "poppack.h" #endif /* _WINE_SHELLAPI_H */