1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

include: Include corecrt.h in vadefs.h.

For the __has_attribute() fallback.

Fixes: f4c3801495

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54666
This commit is contained in:
Zebediah Figura 2023-03-30 16:21:22 -05:00 committed by Alexandre Julliard
parent 3a1f5224fb
commit cf4b4ff642

View file

@ -21,6 +21,8 @@
#ifndef _INC_VADEFS
#define _INC_VADEFS
#include <corecrt.h>
#ifdef __cplusplus
#define _ADDRESSOF(v) (&reinterpret_cast<const char &>(v))
#else