Don't define u_int64 in wine/dcetypes.idl

svn path=/branches/header-work/; revision=46789
This commit is contained in:
Timo Kreuzer 2010-04-09 13:05:00 +00:00
parent 4e795c1f4c
commit 8a7d6a9a0f

View file

@ -28,7 +28,7 @@ typedef small signed8;
typedef short signed16;
typedef long signed32;
typedef unsigned32 boolean32;
typedef unsigned hyper u_int64;
//typedef unsigned hyper u_int64;
typedef unsigned long u_int32;
typedef unsigned short u_int16;
typedef unsigned small u_int8;