Commit e4a98928 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: Remove an inappropriate const qualifier.

parent b6a2102d
......@@ -174,7 +174,7 @@ static const struct exception
static int got_exception;
static BOOL have_vectored_api;
static void run_exception_test(const void *handler, const void* context,
static void run_exception_test(void *handler, const void* context,
const void *code, unsigned int code_size)
{
struct {
......
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