kernel32/tests: Remove a superfluous comment in the FormatMessage tests.
This commit is contained in:
parent
8248040dbe
commit
f35ca2a77c
|
@ -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, ... )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue