Commit Graph

19 Commits

Author SHA1 Message Date
Piotr Caban ff5d176ce2 msvcp90: Always throw bad_alloc exception in operator_new on allocation failure.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Piotr Caban 3a86f0a68f msvcp90: Remove MSVCRT_ prefix from new() and delete().
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-08-26 21:49:09 +02:00
Alexandre Julliard a770fc8a3a msvcp60: Use --prefer-native instead of DLL_WINE_PREATTACH.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-02-26 11:40:42 +01:00
Piotr Caban 5087759e4c msvcp60: Remove MSVCP_size_t type.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-11-27 21:59:40 +01:00
Jacek Caban 4e44edd209 msvcp60: Use __ASM_USE_THISCALL_WRAPPER macro.
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-27 12:50:43 +02:00
Piotr Caban c5530b276d msvcp: Add _Init_locks class implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46982
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-06-05 21:40:55 +02:00
Alexandre Julliard a5077ec49a msvcp60: Use the standard -mno-cygwin build flag.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-16 19:00:10 +02:00
Alexandre Julliard 0a79eb3608 include: Use the __thiscall attribute directly for the Mingw build.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-05-16 19:00:10 +02:00
Alexandre Julliard 1d965de1bc msvcp60: Share locale functions implementation with msvcp90. 2015-03-17 14:52:06 +09:00
Alexandre Julliard 165f8734e8 msvcp60: Share misc functions implementation with msvcp90. 2015-03-12 17:27:12 +09:00
Piotr Caban 76db3b0deb msvcp60: Add std::_Fpz export. 2014-01-27 14:13:22 +01:00
Alexandre Julliard 16d87fef68 msvcp60: Don't bother to clean up at process exit. 2013-05-20 12:28:48 +02:00
Piotr Caban 291edc484f msvcp60: Fixed ctype class vtable. 2012-10-04 13:43:28 +02:00
Piotr Caban 9d7f3c7651 msvcp60: Copy source files from msvcp90. 2012-10-04 13:42:04 +02:00
Piotr Caban 0ebd8990df msvcp60: Fixed RTTI structure on 64-bit systems. 2012-09-07 11:55:09 +02:00
Piotr Caban 7a0c6f44ef msvcp: Rename msvcp90 debug channel. 2012-08-14 12:02:13 +02:00
Francois Gouget b9b2692695 msvcp60: Remove unused functions. 2012-06-28 18:52:30 +02:00
Alexandre Julliard 860ffe6013 msvcp60: Use DEFINE_RTTI_DATA to initialize exception RTTI data. 2012-04-04 20:09:21 +02:00
Piotr Caban 500f279efd msvcp60: Added basic_string<char> support.
string.c file is based on msvcp90/string.c, there are many differences
between these files. Other files were copied from msvcp90.
2012-01-04 19:29:18 +01:00