Sweden-Number/dlls/msvcrt
Alexandre Julliard 5d5f523052 Output the virtual tables for the exception classes using assembly so
that they can have the correct layout, and get rid of the
corresponding hacks in RTTI_GetObjectLocator.
Build more of the code on non-i386 platforms too.
Protect __RTDynamicCast and friends with exception handlers.
Fix handling of the vtable pointer so that we don't need to declare
all object pointers as type_info.
2004-10-19 04:03:07 +00:00
..
tests Added MSVCRT_CLOCKS_PER_SEC define. 2004-09-08 19:05:28 +00:00
.cvsignore .spec.c files are no longer used for 32-bit dlls. 2004-03-24 03:36:44 +00:00
Makefile.in Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
console.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
cpp.c Output the virtual tables for the exception classes using assembly so 2004-10-19 04:03:07 +00:00
cppexcept.c Output the virtual tables for the exception classes using assembly so 2004-10-19 04:03:07 +00:00
cppexcept.h Output the virtual tables for the exception classes using assembly so 2004-10-19 04:03:07 +00:00
ctype.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
data.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
dir.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
environ.c Add some test cases for _wputenv, fix deletion of non-existent 2004-07-19 21:23:02 +00:00
errno.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
except.c Function parameters don't need WINE_UNUSED. 2004-09-01 04:58:21 +00:00
exit.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
file.c Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header. 2004-10-14 00:26:39 +00:00
heap.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
locale.c Function parameters don't need WINE_UNUSED. 2004-09-01 04:58:21 +00:00
lock.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
main.c Inline functions don't need WINE_UNUSED. 2004-09-01 04:55:52 +00:00
math.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
mbcs.c Assorted spelling fixes. 2004-07-23 23:02:09 +00:00
misc.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
msvcrt.h Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header. 2004-10-14 00:26:39 +00:00
msvcrt.spec Prefix _fsopen with MSVCRT_ to avoid collision with MinGW header. 2004-10-14 00:26:39 +00:00
mtdll.h _EXIT_LOCK2 is used by type_info objects. 2003-03-17 21:21:34 +00:00
process.c - msvcrt: the file descriptors are now inherited between parent/child 2004-09-03 01:05:30 +00:00
scanf.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
scanf.h Update RTL_BITMAP and RTL_BITMAP_RUN to match the 2000 DDK. 2004-08-23 18:52:54 +00:00
string.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
thread.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00
time.c Added MSVCRT_CLOCKS_PER_SEC define. 2004-09-08 19:05:28 +00:00
wcs.c Split the MSVCRT implementation headers from the public headers. 2004-06-25 01:19:15 +00:00