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:
parent
3a1f5224fb
commit
cf4b4ff642
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
#ifndef _INC_VADEFS
|
||||
#define _INC_VADEFS
|
||||
|
||||
#include <corecrt.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
#define _ADDRESSOF(v) (&reinterpret_cast<const char &>(v))
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue