stdlib.h: Make externs declarations compatible with ucrt.

Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
feature/deterministic
Jacek Caban 2020-02-27 11:58:43 +01:00 committed by Alexandre Julliard
parent 6ac2ba3e3c
commit 118ef11293
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ typedef struct _lldiv_t {
extern "C" {
#endif
#ifdef __i386__
#if defined(__i386__) || defined(_UCRT)
extern unsigned int* __cdecl __p__osver(void);
#define _osver (*__p__osver())