25 Jan
2010
25 Jan
'10
5:51 a.m.
Eric Pouech <eric.pouech(a)orange.fr> writes:
diff --git a/include/commctrl.h b/include/commctrl.h index 27bd745..c841d51 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -2245,7 +2245,9 @@ static const WCHAR WC_PAGESCROLLERW[] = { 'S','y','s','P','a','g','e','r',0 }; #define PGN_SCROLL (PGN_FIRST-1) #define PGN_CALCSIZE (PGN_FIRST-2)
+#ifdef _WIN32 #include <pshpack1.h> +#endif
That's broken, testing _WIN32 is not useful in Wine. -- Alexandre Julliard julliard(a)winehq.org