[ros-kernel] Re: [ros-cvs] CVS Update: reactos

James Tabor jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
Wed Apr 14 13:24:12 CEST 2004


Hi.
Marc Schütz wrote:
> This change breaks the build with debugging enabled. C constructs in ke.h need 
> to be inside #ifndef __ASM__
> 
> Index: ke.h
> ===================================================================
> RCS file: /CVS/ReactOS/reactos/ntoskrnl/include/internal/ke.h,v
> retrieving revision 1.48
> diff -u -r1.48 ke.h
> --- ke.h        14 Apr 2004 07:11:20 -0000      1.48
> +++ ke.h        14 Apr 2004 08:59:22 -0000
> @@ -31,10 +31,12 @@
> 
> 
> 
> +#ifndef __ASM__
>  extern LARGE_INTEGER SystemBootTime;
>  extern ULONG KiKernelTime;
>  extern ULONG KiUserTime;
>  extern ULONG KiDpcTime;
> +#endif
> 
> 
>  /* INTERNAL KERNEL FUNCTIONS 
> ************************************************/
> 
Okay! Will fix!
Thanks,
James


More information about the Ros-kernel mailing list