Commit ec5e3a3b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

xcopy: Use the CSTR_XXX macros instead of numeric literals.

parent f9c2e21f
......@@ -761,7 +761,7 @@ static int XCOPY_ParseCommandLine(WCHAR *suppliedsource,
case 'E': if (CompareStringW(LOCALE_USER_DEFAULT,
NORM_IGNORECASE | SORT_STRINGSORT,
&word[1], 8,
EXCLUDE, -1) == 2) {
EXCLUDE, -1) == CSTR_EQUAL) {
if (XCOPY_ProcessExcludeList(&word[9])) {
XCOPY_FailMessage(ERROR_INVALID_PARAMETER);
goto out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment