comctl32: initial theming tests (try 4)

Nikolay Sivov bunglehead at gmail.com
Wed Oct 7 13:33:10 CDT 2009


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?




More information about the wine-devel mailing list