kernel32/tests: Remove a superfluous comment in the FormatMessage tests.

This commit is contained in:
Andrew Nguyen 2010-04-18 09:08:15 -05:00 committed by Alexandre Julliard
parent 8248040dbe
commit f35ca2a77c
1 changed files with 0 additions and 2 deletions

View File

@ -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, ... )
{