Hi Andrew,
Sorry I didn't spot this the first time round:
Andrew Ziem wrote:
+/* case insensitive */
retval=pStringTableAddString(table,string,0);
ok(retval!=-1,"Failed to add string to String Table\n");
+
+retval2=pStringTableAddString(table,String,0);
+ok(retval2!=
Mike McCormack wrote:
Hi Andrew,
Andrew Ziem wrote:
These test case sensitivity in setupapi string tables, and all the
parts I
modified pass on Microsoft's 98 and XP. As this is my first Wine patch,
comments are especially welcome.
For tests that don't pass in wine, please enclose them in
Hi Andrew,
Andrew Ziem wrote:
These test case sensitivity in setupapi string tables, and all the parts I
modified pass on Microsoft's 98 and XP. As this is my first Wine patch,
comments are especially welcome.
For tests that don't pass in wine, please enclose them in todo_wine { },
so that