kernel32: Remove leftover preprocessor undef directives in the FormatMessage implementation.
This commit is contained in:
parent
3cb43a081b
commit
9df55f06a2
|
@ -461,8 +461,6 @@ failure:
|
||||||
TRACE("-- returning %u\n", ret);
|
TRACE("-- returning %u\n", ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#undef ADD_TO_T
|
|
||||||
|
|
||||||
|
|
||||||
/***********************************************************************
|
/***********************************************************************
|
||||||
* FormatMessageW (KERNEL32.@)
|
* FormatMessageW (KERNEL32.@)
|
||||||
|
@ -553,4 +551,3 @@ failure:
|
||||||
TRACE("-- returning %u\n", ret);
|
TRACE("-- returning %u\n", ret);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
#undef ADD_TO_T
|
|
||||||
|
|
Loading…
Reference in New Issue