Commit 3e948a83 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 3d5de188
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment