Andrew Nguyen : kernel32/tests: Remove a superfluous comment in the FormatMessage tests.
Module: wine Branch: master Commit: f35ca2a77c07e375c7af5dda92efeca9c27de7fc URL: http://source.winehq.org/git/wine.git/?a=commit;h=f35ca2a77c07e375c7af5dda92... Author: Andrew Nguyen <anguyen(a)codeweavers.com> Date: Sun Apr 18 09:08:15 2010 -0500 kernel32/tests: Remove a superfluous comment in the FormatMessage tests. --- dlls/kernel32/tests/format_msg.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/dlls/kernel32/tests/format_msg.c b/dlls/kernel32/tests/format_msg.c index 228f4d0..fba932c 100644 --- a/dlls/kernel32/tests/format_msg.c +++ b/dlls/kernel32/tests/format_msg.c @@ -24,8 +24,6 @@ #include "winbase.h" #include "winnls.h" -/* #define ok(cond,failstr) if(!(cond)) {printf("line %d : %s\n",__LINE__,failstr);exit(1);} */ - static DWORD __cdecl doit(DWORD flags, LPCVOID src, DWORD msg_id, DWORD lang_id, LPSTR out, DWORD outsize, ... ) {
participants (1)
-
Alexandre Julliard