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

Marc Schütz schuetzm at gmx.net
Wed Apr 14 12:13:52 CEST 2004


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 
************************************************/



More information about the Ros-kernel mailing list