Windows SDK skips the value 14 and KMTQAITYPE_DISPLAY_UMDRIVERNAME was assigned
a value of 71 in the SDK but wasn't in the correct order.
Moved KMTQAITYPE_DISPLAY_UMDRIVERNAME to be correct location and left the assignment to make it clear as it's value.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/4935
Signed-off-by: David Kahurani k.kahurani(a)gmail.com
--
v4: dlls/gdiplus: Use path_list to path helper in GdipWidenPath.
dlls/gdiplus: Use path_list to path helper in GdipFlattenPath.
dlls/gdiplus: Use GdipCreatePath2 when serializing paths
dlls/gdiplus: Use GdipCreatePath2 in GdipClonePath
https://gitlab.winehq.org/wine/wine/-/merge_requests/4803