On Thu, Jan 24, 2019 at 5:29 PM Alexandre Julliard <julliard(a)winehq.org> wrote:
Józef Kucia <jkucia(a)codeweavers.com> writes:
Signed-off-by: Józef Kucia <jkucia(a)codeweavers.com> --- dlls/wined3d/wined3d_private.h | 7 ------- include/wine/wined3d.h | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-)
This would require all users of that file to include wine/port.h:
In file included from ../../../wine/dlls/d3d8/d3d8_private.h:38:0, from ../../../wine/dlls/d3d8/d3d8_main.c:24: ../../../wine/include/wine/wined3d.h: In function ‘wined3d_bit_scan’: ../../../wine/include/wine/wined3d.h:2787:22: warning: implicit declaration of function ‘ffs’ [-Wimplicit-function-declaration]
Thanks for catching this. It should be fixed in v2.