Win64 patch 10/13

Ge van Geldorp ge at gse.nl
Mon Jun 19 13:03:46 CDT 2006


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

Index: include/wine/server_protocol.h
===================================================================
RCS file: /home/wine/wine/include/wine/server_protocol.h,v
retrieving revision 1.195
diff -u -r1.195 server_protocol.h
--- include/wine/server_protocol.h	7 Mar 2006 12:13:45 -0000	1.195
+++ include/wine/server_protocol.h	19 Jun 2006 17:39:44 -0000
@@ -33,6 +33,9 @@
 struct request_max_size
 {
     int pad[16];
+#ifdef _WIN64
+    int pad64[8];
+#endif
 };
 
 typedef void *obj_handle_t;



More information about the wine-patches mailing list