ion(a)svn.reactos.com wrote:
- Add RtlSetProcessCritical
- Some fixes.
Updated files:
trunk/reactos/include/ndk/ketypes.h
trunk/reactos/include/ndk/pstypes.h
trunk/reactos/include/ndk/rtlfuncs.h
trunk/reactos/include/ndk/rtltypes.h
trunk/reactos/include/ndk/umtypes.h
_______________________________________________
Ros-svn mailing list
Ros-svn(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-svn
Hi,
the header changes breaks compiling for me:
gcc -c boot\freeldr\freeldr\cache\blocklist.c -o
.\up\obj-i386\boot\freeldr\freeldr\cache\blocklist.o -nostdlib
-ffreestanding -fno-builtin -fno-inline -fno-zero-initialized-in-bss -Os
-Iboot\freeldr\freeldr\include -Iboot\freeldr\freeldr\cache
-Intoskrnl\include -D__USE_W32API -DDEBUG -Iinclude -Iinclude\reactos
-Iinclude\libs -Iinclude\drivers -Iinclude\subsys -Iw32api\include
-Iw32api\include\ddk -D_M_IX86 -DDBG -Wall -Os -Wno-strict-aliasing
-ftracer -momit-leaf-frame-pointer -mpreferred-stack-boundary=2
-Wpointer-arith -g -pipe
In file included from include/ndk/psfuncs.h:13,
from include/ndk/ntndk.h:34,
from boot/freeldr/freeldr/include/freeldr.h:24,
from boot\freeldr\freeldr\cache\blocklist.c:21:
include/ndk/pstypes.h:627: error: syntax error before 'PHANDLE_TABLE'
include/ndk/pstypes.h:627: warning: no semicolon at end of struct or union
include/ndk/pstypes.h:628: warning: type defaults to 'int' in
declaration of 'Token'
include/ndk/pstypes.h:628: warning: data definition has no type or
storage class
include/ndk/pstypes.h:655: warning: unnamed struct/union that defines no
instances
include/ndk/pstypes.h:668: error: syntax error before 'PrefetchTrace'
include/ndk/pstypes.h:668: warning: type defaults to 'int' in
declaration of 'PrefetchTrace'
include/ndk/pstypes.h:668: warning: data definition has no type or
storage class
include/ndk/pstypes.h:718: warning: unnamed struct/union that defines no
instances
include/ndk/pstypes.h:730: warning: unnamed struct/union that defines no
instances
include/ndk/pstypes.h:745: error: syntax error before '}' token
include/ndk/pstypes.h:745: warning: type defaults to 'int' in
declaration of 'EPROCESS'
include/ndk/pstypes.h:745: warning: data definition has no type or
storage class
_make: *** [.\up\obj-i386\boot\freeldr\freeldr\cache\blocklist.o] Error 1
- Hartmut