Francois Gouget : kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file.
Module: wine Branch: master Commit: f74d2a8fbf7807ebaeaf753d5f18d43c684269db URL: http://source.winehq.org/git/wine.git/?a=commit;h=f74d2a8fbf7807ebaeaf753d5f... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Aug 4 03:23:56 2007 +0200 kernel32/tests: Re-balance the curly parentheses so winapi_check can parse the file. --- dlls/kernel32/tests/loader.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dlls/kernel32/tests/loader.c b/dlls/kernel32/tests/loader.c index 8d2c7aa..e27d0e8 100644 --- a/dlls/kernel32/tests/loader.c +++ b/dlls/kernel32/tests/loader.c @@ -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
participants (1)
-
Alexandre Julliard