- After bugfixing, more complete except_nt exception handling implementation could...
authorAleksey Bragin <aleksey@reactos.org>
Sun, 11 Nov 2007 15:47:21 +0000 (15:47 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 11 Nov 2007 15:47:21 +0000 (15:47 +0000)
commit2db7ea2321ea2d0d3cb98d83818d958b8e964097
tree8e1437af5084c6c682beae3a31d90e9096f6431e
parentf0c9da09e223a503f3bdfbfa2e5d587dde9d2cdd
- After bugfixing, more complete except_nt exception handling implementation could be used, so get rid of the old one and thus code duplication.
- Move cpp/cppexcept.c to /except directory, and add a specific note in README.WINE that those files are shared with Wine.
- I moved PowerPC stubs too, but it will most probably break anyway, due to more missing stubs, my apologize.
See issue #2371 for more details.

svn path=/trunk/; revision=30359
13 files changed:
reactos/lib/sdk/crt/crt.rbuild
reactos/lib/sdk/crt/except/abnorter.c
reactos/lib/sdk/crt/except/cpp.c [moved from reactos/lib/sdk/crt/wine/cpp.c with 100% similarity]
reactos/lib/sdk/crt/except/cppexcept.c [moved from reactos/lib/sdk/crt/wine/cppexcept.c with 100% similarity]
reactos/lib/sdk/crt/except/exhand2.c [deleted file]
reactos/lib/sdk/crt/except/i386/chkstk_asm.s [moved from reactos/lib/sdk/crt/except_nt/i386/chkstk_asm.s with 100% similarity]
reactos/lib/sdk/crt/except/i386/seh.s [changed mode: 0755->0644]
reactos/lib/sdk/crt/except/i386/unwind.c
reactos/lib/sdk/crt/except/powerpc/chkstk_asm.s [moved from reactos/lib/sdk/crt/except_nt/powerpc/chkstk_asm.s with 100% similarity]
reactos/lib/sdk/crt/except/powerpc/seh.s [moved from reactos/lib/sdk/crt/except_nt/powerpc/seh.s with 100% similarity]
reactos/lib/sdk/crt/except_nt/i386/seh.s [deleted file]
reactos/lib/sdk/crt/libcntpr.rbuild
reactos/media/doc/README.WINE