mirror of
https://github.com/reactos/wine.git
synced 2025-02-20 21:03:39 +00:00
include: Change to LONG/ULONG in xcmc.h for Win64 compatibility.
This commit is contained in:
parent
3d5de18889
commit
3e948a8384
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user