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

kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file.

parent 83340ec0
......@@ -40,10 +40,11 @@ static const struct
static IMAGE_NT_HEADERS nt_header =
{
IMAGE_NT_SIGNATURE, /* Signature */
{
#if defined __i386__
{ IMAGE_FILE_MACHINE_I386, /* Machine */
IMAGE_FILE_MACHINE_I386, /* Machine */
#elif defined __x86_64__
{ IMAGE_FILE_MACHINE_AMD64, /* Machine */
IMAGE_FILE_MACHINE_AMD64, /* Machine */
#else
# error You must specify the machine type
#endif
......
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