[PSEH3]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 9 Sep 2012 21:12:00 +0000 (21:12 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 9 Sep 2012 21:12:00 +0000 (21:12 +0000)
commit59f075b683b6d97b8883a985728b6507b55e66d8
tree64044ad2bc1d9b2837124f7048a356e8a2a89873
parent0d50ee63ce6d3c17c5d988457ac54b4e785311f9
[PSEH3]
Implement PSEH 3.0. Currently disabled by default. Dedicated to Amine Khaldi.

svn path=/trunk/; revision=57259
reactos/CMakeLists.txt
reactos/cmake/config.cmake
reactos/include/reactos/libs/pseh/pseh2.h
reactos/include/reactos/libs/pseh/pseh3.h [new file with mode: 0644]
reactos/lib/pseh/CMakeLists.txt
reactos/lib/pseh/i386/pseh3.c [new file with mode: 0644]
reactos/lib/pseh/i386/pseh3_asmdef.h [new file with mode: 0644]
reactos/lib/pseh/i386/pseh3_i386.S [new file with mode: 0644]