[PATCH] includes: Fix packing for commdlg

Maarten Lankhorst m.b.lankhorst at gmail.com
Sat Dec 13 16:06:48 CST 2008


---
 include/commdlg.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/commdlg.h b/include/commdlg.h
index 914e4c8..34e6b22 100644
--- a/include/commdlg.h
+++ b/include/commdlg.h
@@ -26,7 +26,9 @@ extern "C" {
 #endif
 
 #include <prsht.h>
+#ifndef _WIN64
 #include <pshpack1.h>
+#endif
 
 #ifndef SNDMSG
 #ifdef __cplusplus
@@ -770,7 +772,9 @@ BOOL  WINAPI ChooseFontW(LPCHOOSEFONTW);
 void COMDLG32_SetCommDlgExtendedError(DWORD err);
 
 
+#ifndef _WIN64
 #include <poppack.h>
+#endif
 
 #ifdef __cplusplus
 }
-- 
1.5.6.5


--------------060609080905040200000604--



More information about the wine-patches mailing list