commit | 3e948a838497fd673bd1fb848ffc1b2681cb71d9 | [log] [tgz] |
---|---|---|
author | Michael Stefaniuc <mstefani@redhat.de> | Sat Jan 10 02:45:44 2009 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jan 10 17:43:11 2009 +0100 |
tree | e299626bbbba05ff569ec6ec6a5f7609dad0948c | |
parent | 3d5de188893888c749ecce9688840e5d227d26fb [diff] [blame] |
include: Change to LONG/ULONG in xcmc.h for Win64 compatibility.
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 @@ 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;