Commit 9df55f06 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

kernel32: Remove leftover preprocessor undef directives in the FormatMessage implementation.

parent 3cb43a08
......@@ -461,8 +461,6 @@ failure:
TRACE("-- returning %u\n", ret);
return ret;
}
#undef ADD_TO_T
/***********************************************************************
* FormatMessageW (KERNEL32.@)
......@@ -553,4 +551,3 @@ failure:
TRACE("-- returning %u\n", ret);
return ret;
}
#undef ADD_TO_T
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