Commit e9569d9c authored by Austin English's avatar Austin English Committed by Alexandre Julliard

kernel32/tests: Fix compile on powerpc.

parent 5c8978c5
......@@ -52,6 +52,8 @@ static IMAGE_NT_HEADERS nt_header =
IMAGE_FILE_MACHINE_I386, /* Machine */
#elif defined __x86_64__
IMAGE_FILE_MACHINE_AMD64, /* Machine */
#elif defined __powerpc__
IMAGE_FILE_MACHINE_POWERPC, /* 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