Win64 patch 3/6 (resend)

Ge van Geldorp ge at gse.nl
Tue Jun 20 02:34:45 CDT 2006


Changelog:
  Ge van Geldorp <ge at gse.nl>
  - Win64 needs more space

 include/wine/server_protocol.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/include/wine/server_protocol.h b/include/wine/server_protocol.h
index c39f83c..783b224 100644
--- a/include/wine/server_protocol.h
+++ b/include/wine/server_protocol.h
@@ -33,6 +33,9 @@ struct reply_header
 struct request_max_size
 {
     int pad[16];
+#ifdef _WIN64
+    int pad64[10];
+#endif
 };
 
 typedef void *obj_handle_t;
-- 
1.4.0




More information about the wine-patches mailing list