Commit f35ca2a7 authored by Andrew Nguyen's avatar Andrew Nguyen Committed by Alexandre Julliard

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

parent 8248040d
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "winbase.h" #include "winbase.h"
#include "winnls.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, static DWORD __cdecl doit(DWORD flags, LPCVOID src, DWORD msg_id, DWORD lang_id,
LPSTR out, DWORD outsize, ... ) LPSTR out, DWORD outsize, ... )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment