include: Change to LONG/ULONG in xcmc.h for Win64 compatibility.

Michael Stefaniuc mstefani at redhat.de
Fri Jan 9 19:45:44 CST 2009


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

diff --git a/include/xcmc.h b/include/xcmc.h
index 2cb1d1f..ceca1e4 100644
--- a/include/xcmc.h
+++ b/include/xcmc.h
@@ -25,9 +25,9 @@ extern "C" {
 
 typedef char                CMC_sint8;
 typedef short               CMC_sint16;
-typedef long int            CMC_sint32;
+typedef LONG                CMC_sint32;
 typedef unsigned short int  CMC_uint16;
-typedef unsigned long int   CMC_uint32;
+typedef ULONG               CMC_uint32;
 typedef void*               CMC_buffer;
 typedef char*               CMC_string;
 
-- 
1.6.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20090110/f95aaa93/attachment.pgp 


More information about the wine-patches mailing list