2 Jul
2018
2 Jul
'18
10:38 a.m.
Zebediah Figura <z.figura12(a)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(a)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(a)winehq.org