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

This commit is contained in:
Andrew Nguyen 2010-04-28 04:20:22 -05:00 committed by Alexandre Julliard
parent 3cb43a081b
commit 9df55f06a2
1 changed files with 0 additions and 3 deletions

View File

@ -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