[PATCH] include: Always enable DECLSPEC_HOTPATCH for explicitly stdcall functions.

Alexandre Julliard julliard at winehq.org
Mon Jul 2 05:38:30 CDT 2018


Zebediah Figura <z.figura12 at gmail.com> writes:

> On 01/07/18 21:53, Zebediah Figura wrote:
>> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45199
>> Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
>> ---
>>  include/windef.h | 8 ++++----
>>  1 file changed, 4 insertions(+), 4 deletions(-)
>> 
>
> Apologies; this won't work unless we include config.h in windef.h (or
> everywhere windef.h is used). Is this acceptable or should we arrange
> things differently?

No, headers that are installed globally can't depend on config.h, since
it's only available when building Wine itself.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list