reactos/sdk/lib/crt/wine
Timo Kreuzer 9efafd640f [CRT] Import wine exception handling code
The code is mostly unchanged. This includes the following changes:
* Move all wine code to crt/wine to keep it separated from our own code
* Add a minimal winternl.h
* Remove the asm macros from wine/config.h
* Include wine/asm.h where required
* Fix the names of the exported functions (GCC uses thiscall now and no wrappers are used anymore)
2020-02-09 15:56:30 +01:00
..
cpp.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
cppexcept.h [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
cxx.h [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
except.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
except_arm.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
except_arm64.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
except_i386.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
except_x86_64.c [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
heap.c
msvcrt.h [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
mtdll.h [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00
undname.c
winternl.h [CRT] Import wine exception handling code 2020-02-09 15:56:30 +01:00