Eric Pouech
|
9b802a3d56
|
msvcr: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2022-02-08 20:24:15 +01:00 |
Alexandre Julliard
|
d8ed47ec21
|
msvcrt: Use the standard va_list instead of __ms_va_list.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-22 11:12:09 +02:00 |
Alexandre Julliard
|
84bfdccf6d
|
include: Add prototypes for the byteswap functions.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-10-13 18:41:02 +02:00 |
Piotr Caban
|
69e2467aa7
|
msvcrt: Move _Trace_agents function to concurrency.c.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2021-08-18 18:44:03 +02:00 |
Jacek Caban
|
05806e0edb
|
msvcrt: Use GCC-style assembly on Clang MSVC target.
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-12-16 15:30:06 +01:00 |
Piotr Caban
|
f67f1ce79e
|
msvcrt: Remove non-needed defines from msvcrt.h.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-12-04 16:41:16 +01:00 |
Piotr Caban
|
0364b7681f
|
msvcrt: Remove MSVCRT_ prefix from misc.c functions.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-12-02 15:37:20 +01:00 |
Piotr Caban
|
eeada5682b
|
msvcrt: Remove MSVCRT_ prefix from errno.c functions.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-12-01 14:00:25 +01:00 |
Piotr Caban
|
1317b935ef
|
msvcrt: Use errno values from public header.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-30 21:36:12 +01:00 |
Piotr Caban
|
fa272adaeb
|
msvcrt: Use simple type definitions from public header.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-27 21:59:39 +01:00 |
Alexandre Julliard
|
0edef50dfa
|
msvcrt: Use the public standard type definitions where possible in msvcrt.h.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-20 19:01:04 +01:00 |
Alexandre Julliard
|
191bdeaff3
|
msvcrt: Build with msvcrt headers.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2020-11-19 21:23:22 +01:00 |
Alexandre Julliard
|
d5a372abbb
|
include: Move inline assembly definitions to a new wine/asm.h header.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-05-14 13:45:07 +02:00 |
Piotr Caban
|
b353ad7db8
|
msvcr110: Fix __crtGetShowWindowMode implementation.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46928
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2019-04-01 21:54:32 +02:00 |
Michael Müller
|
0dde2b8a2f
|
msvcr120: Add stub for _SetWinRTOutOfMemoryExceptionCallback.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-07-09 13:52:12 +02:00 |
Alex Henrie
|
9ccc0b1320
|
msvcrt: Omit pointer coding functions from SOs for newer MSVC versions.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-05-09 19:26:54 +02:00 |
Piotr Caban
|
475fa2c749
|
msvcr110: Add Concurrency::_Trace_agents function stub.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-06 19:38:31 +01:00 |
Alex Henrie
|
6defbd1b50
|
msvcrt: Don't include MSVC 8.0+ function _CRT_RTC_INITW in SOs for older DLLs.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-10 18:49:15 +01:00 |
Alex Henrie
|
6413d96b6b
|
msvcrt: Don't include MSVC 7.0+ miscellaneous functions in SOs for older DLLs.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-08 22:47:23 +01:00 |
Alexandre Julliard
|
c293acac01
|
msvcrt: Mark function that are only called from assembly as hidden.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-25 11:49:07 +02:00 |
Daniel Lehman
|
b5465d9605
|
msvcr120: Add __crtSleep.
Signed-off-by: Daniel Lehman <dlehman@esri.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-04-03 14:09:02 +02:00 |
Piotr Caban
|
a5031391f4
|
msvcr: Add __crtUnhandledException implementation.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-16 19:54:09 +01:00 |
Daniel Lehman
|
cada88a64b
|
msvcrt: Add _lfind_s.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-11-29 12:14:44 +01:00 |
Piotr Caban
|
ecfc10bbfb
|
msvcrt: Add _crt_debugger_hook implementation.
Based on a patch by Andrey Zhezherun.
Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-20 01:48:52 +09:00 |
Martin Storsjo
|
589f58d806
|
msvcr120: Implement the _vacopy function.
|
2014-12-08 17:08:51 +01:00 |
Francois Gouget
|
f63fd82610
|
msvcrt: Prefix _set_output_format() with MSVCRT_ to avoid a collision with MinGW.
|
2014-09-15 10:12:24 +02:00 |
Frédéric Delanoy
|
b9e306ee78
|
msvcrt: Avoid potential integer overflow when computing median position in bsearch.
|
2014-06-30 22:04:52 +02:00 |
Piotr Caban
|
8715d89c49
|
msvcr110: Add __crtInitializeCriticalSectionEx implementation.
|
2014-06-26 19:00:38 +02:00 |
Thomas Faber
|
1ab9c79dca
|
msvcrt: Do not omit mandatory argument to VirtualProtect.
|
2014-06-23 10:17:40 +02:00 |
Piotr Caban
|
8436b58ee7
|
msvcrt: Use size_t to store indexes in qsort.
It also avoids potential overflow while computing median
position (found by Frédéric Delanoy).
|
2014-06-17 13:03:13 +02:00 |
Piotr Caban
|
b703afda86
|
msvcrt: Rewrite qsort function.
|
2014-05-21 12:07:41 +02:00 |
Piotr Caban
|
b7c5e341ae
|
msvcr110: Share the source code with msvcrt.
|
2014-04-17 13:30:47 +02:00 |
Piotr Caban
|
beeea28a53
|
msvcr100: Move functions implementation to msvcrt.
|
2014-04-16 18:00:15 +02:00 |
Piotr Caban
|
e70bf5f8c6
|
msvcrt: Fix compilation errors on Mingw.
|
2014-04-16 18:00:01 +02:00 |
Piotr Caban
|
7fb5cca3e4
|
msvcrt: Don't forward qsort to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
5fce0724ed
|
msvcrt: Don't forward bsearch to ntdll.
|
2013-10-01 13:10:21 +02:00 |
Piotr Caban
|
9c4be83a78
|
msvcrt: Added _set_output_format implementation.
|
2013-03-27 12:13:20 +01:00 |
Alexandre Julliard
|
06989a0483
|
msvcrt: Make sure that errno is always set when calling the invalid parameter handler.
|
2012-07-26 11:05:32 +02:00 |
André Hentschel
|
f320f6cf48
|
msvcrt: Add bsearch_s implementation by reusing code and tests from ntdll.
|
2012-07-17 14:21:32 +02:00 |
Piotr Caban
|
f9de4eef75
|
msvcrt: Fix mingw compilation issues.
|
2011-06-03 17:44:06 +02:00 |
Piotr Caban
|
18b8f951bf
|
msvcrt: Added _resetstkoflw implementation.
|
2011-04-21 16:53:43 +02:00 |
Nikolay Sivov
|
0512829a27
|
msvcrt: Add _get_output_format() and return default value.
|
2011-03-09 12:30:30 +01:00 |
Vincas Miliūnas
|
955e2f9050
|
msvcrt: Added qsort_s implementation.
|
2010-11-18 12:46:59 +01:00 |
Marcus Meissner
|
f10af18f28
|
msvcrt: Add some missing CDECL.
|
2010-05-13 11:51:00 +02:00 |
Andrew Nguyen
|
841fc1805e
|
msvcrt: Implement and test rand_s.
|
2010-01-18 14:30:00 +01:00 |
Alexandre Julliard
|
0cb406ef29
|
msvcrt: Add call frame annotations in x86 assembly code.
|
2009-06-25 12:05:09 +02:00 |
Alexandre Julliard
|
82f175e9b5
|
msvcrt: Replace long by MSVCRT_long.
|
2009-05-23 11:57:39 +02:00 |
Tijl Coosemans
|
6bbd3cacb8
|
msvcrt: Resolve symbols clashes with FreeBSD libc.
|
2007-09-19 15:01:33 +02:00 |
Joel Parker
|
2319999a05
|
Remove redundant semicolons for ANSI compatibility.
|
2007-01-17 11:58:15 +01:00 |
Andrew Talbot
|
c5df5717e9
|
msvcrt: Cast-qual warnings fix.
|
2006-09-20 12:23:32 +02:00 |