Commit cf4b4ff6 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

include: Include corecrt.h in vadefs.h.

For the __has_attribute() fallback. Fixes: f4c38014 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54666
parent 3a1f5224
......@@ -21,6 +21,8 @@
#ifndef _INC_VADEFS
#define _INC_VADEFS
#include <corecrt.h>
#ifdef __cplusplus
#define _ADDRESSOF(v) (&reinterpret_cast<const char &>(v))
#else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment