sedwards(a)svn.reactos.com wrote:
created crt public headers directory. Moved excpt.h
there
Added files:
trunk/reactos/w32api/include/crt/
trunk/reactos/w32api/include/crt/excpt.h
Updated files:
trunk/reactos/ReactOS.xml
Deleted files:
trunk/reactos/w32api/include/excpt.h
This change or r19260 causes compiling with GCC4 to fail:
[CC] apps\utils\ps\ps.c
In file included from include/ndk/ntndk.h:52,
from apps\utils\ps\ps.c:28:
include/ndk/rtltypes.h:544: error: conflicting types for
'PEXCEPTION_HANDLER'
w32api/include/crt/excpt.h:56: error: previous declaration of
'PEXCEPTION_HANDLER' was here
mingw32-make: *** [obj-i386\apps\utils\ps\ps.o] Error 1
- Thomas