[PATCH] setupapi: Fix broken control definition

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Oct 29 16:49:53 CDT 2018


Based on patch by Mark Jansen from reactos.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 dlls/setupapi/setupapi.rc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/setupapi/setupapi.rc b/dlls/setupapi/setupapi.rc
index c03f01f..f5da61f 100644
--- a/dlls/setupapi/setupapi.rc
+++ b/dlls/setupapi/setupapi.rc
@@ -43,7 +43,7 @@ BEGIN
 	LTEXT "", SOURCESTRORD, 7, 18, 194, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
 	LTEXT "Destination:", -1, 7, 30, 77, 11, WS_CHILD | WS_VISIBLE | WS_GROUP
 	LTEXT "", DESTSTRORD, 7, 41, 194, 22, WS_CHILD | WS_VISIBLE | WS_GROUP
-	CONTROL "", PROGRESSORD, "setupx_progress", 7, 63, 194, 13, WS_CHILD | WS_VISIBLE | WS_TABSTOP
+	CONTROL "", PROGRESSORD, "setupx_progress", WS_CHILD | WS_VISIBLE | WS_TABSTOP, 7, 63, 194, 13
 END
 
 IDPROMPTFORDISK DIALOG 0, 0, 260, 120
-- 
1.9.1




More information about the wine-devel mailing list