comctl32: initial theming tests (try 4)

André Hentschel nerv at dawncrow.de
Wed Oct 7 13:35:04 CDT 2009


Nikolay Sivov schrieb:
> André Hentschel wrote:
>> 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.
>>   
> Sorry, don't follow you. Does inclusion of v6util.h in your theming.c work?
> 
Yes, but i dont use its functions and that is what the compiler warns. maybe its enough if i remove the static keyword, but i dont want to hurt something else.

-- 

Best Regards, André Hentschel



More information about the wine-devel mailing list