Module: tools Branch: master Commit: d93b6a47b8cd73b21e4ed93f8f33e0afbcd71826 URL: https://gitlab.winehq.org/winehq/tools/-/commit/d93b6a47b8cd73b21e4ed93f8f33...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Sep 27 17:28:03 2022 +0200
winetest: Recognize Windows NT4 reports.
---
winetest/dissect | 1 + 1 file changed, 1 insertion(+)
diff --git a/winetest/dissect b/winetest/dissect index 5a1ada8b..728b749d 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -369,6 +369,7 @@ my @idmatch = ( [ "98", 1, 4, 10, undef, undef, 1 ], [ "me", 1, 4, 90, undef, undef, 1 ], [ "nt3", 2, 3, 51, undef, undef, 1 ], + [ "nt4", 2, 4, 0, undef, undef, 1 ], [ "2000", 2, 5, 0, undef, undef, 1 ], [ "xp", 2, 5, 1, undef, 1, 1 ], [ "xp", 2, 5, 2, undef, 1, 1 ],