comctl32: initial theming tests (try 4)

André Hentschel nerv at dawncrow.de
Wed Oct 7 13:28:20 CDT 2009


Nikolay Sivov schrieb:
> André Hentschel wrote:
>> ---
>>  dlls/comctl32/tests/Makefile.in |    1 +
>>  dlls/comctl32/tests/theming.c   |  235
>> +++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 236 insertions(+), 0 deletions(-)
>>  create mode 100644 dlls/comctl32/tests/theming.c
>>   
> Hi, Andre.
>> +#ifdef __i386__
>> +#define ARCH "x86"
>> +#elif defined __x86_64__
>> +#define ARCH "amd64"
>> +#else
>> +#define ARCH "none"
>> +#endif
>> +
>> +static const CHAR manifest[] =
> We already have this stuff defined in v6util.h. No reason to duplicate I
> suppose.
My reason is, that the compiler warns that i am not using the functions inside v6util.h when i use it.

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list