Module: wine Branch: master Commit: 57636255efd1b5bf5f18b2053227dc48898ba5dd URL: http://source.winehq.org/git/wine.git/?a=commit;h=57636255efd1b5bf5f18b20532...
Author: Andrew Nguyen anguyen@codeweavers.com Date: Wed Apr 28 04:20:48 2010 -0500
kernel32: Merge the insertion and non-insertion codepaths in the format_message helper together to share common functionality.
---
dlls/kernel32/format_msg.c | 162 +++++++++++++++----------------------- dlls/kernel32/tests/format_msg.c | 106 +++++++++++++++++++++++++ 2 files changed, 169 insertions(+), 99 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=57636255efd1b5bf5f18b2...