Author: tkreuzer Date: Fri Apr 9 15:05:00 2010 New Revision: 46789
URL: http://svn.reactos.org/svn/reactos?rev=46789&view=rev Log: Don't define u_int64 in wine/dcetypes.idl
Modified: branches/header-work/include/reactos/wine/dcetypes.idl
Modified: branches/header-work/include/reactos/wine/dcetypes.idl URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/reactos/wine... ============================================================================== --- branches/header-work/include/reactos/wine/dcetypes.idl [iso-8859-1] (original) +++ branches/header-work/include/reactos/wine/dcetypes.idl [iso-8859-1] Fri Apr 9 15:05:00 2010 @@ -28,7 +28,7 @@ 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;