On Fri, 20 Nov 2020 21:12:55 +0000, Nick Connolly wrote:
> Linking with the 'pci' driver when building with MinGW on
> Windows fails with undefined symbol 'GUID_DEVCLASS_NET'.
> This occurs because devguid.h is included in rte_windows.h
> before INITGUID is defined.
>
> Resolved by moving the include of devguid.h after the definition
> of INITGUID.
Commit changes should be described in present tense.
>
> Fixes: b762221ac24f ("bus/pci: support Windows with bifurcated drivers")
> Cc: [email protected]
A blank line should be here.
> Signed-off-by: Nick Connolly <[email protected]>
> ---
Apart from those nits,
Acked-by: Dmitry Kozlyuk <[email protected]>