Re: [PATCH 1/4] [Include]: push/pop pack fixes on 64 bit platforms
25 Jan
2010
25 Jan
'10
11: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
5890
Age (days ago)
5890
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard