loader: Add tag ids to ensure nsiproxy.sys starts before ndis.sys.
commit87e43b8eaf287e4f4a6de591696b4394fbb277bc
authorHuw Davies <huw@codeweavers.com>
Tue, 29 Jun 2021 07:04:20 +0000 (29 08:04 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Jun 2021 17:55:22 +0000 (29 19:55 +0200)
treed0c1ded06365c643488210e50d9b7903bcc5b9e4
parent393e953b319ca98bad914d9ddab65995b8e52e95
loader: Add tag ids to ensure nsiproxy.sys starts before ndis.sys.

This will be needed as ndis.sys depends on iphlpapi which will
in turn depend on nsi.

Note that this isn't quite how the tags are supposed to work.  The
tags should be ordered according to the load group's order list.

Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
loader/wine.inf.in