mirror of
https://github.com/reactos/reactos.git
synced 2025-06-30 18:31:25 +00:00
[UCRT] Fix MSVC compiling on VS 2017 after Timo's UCRT commits (#7718)
CORE-19996 Verified using https://godbolt.org.
This commit is contained in:
parent
a1157f86f2
commit
45ed1a9b6d
7 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <stdlib.h>
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && (_MSC_VER >= 1922)
|
||||
#pragma function(ldiv)
|
||||
#endif
|
||||
extern "C" ldiv_t __cdecl ldiv(long const numerator, long const denominator)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue