Cursor patches

Dmitry Timoshkov dmitry at codeweavers.com
Fri Jul 7 07:11:32 CDT 2006


"Robert Shearman" <rob at codeweavers.com> wrote:

>> -DELAYIMPORTS = imm32
>> +DELAYIMPORTS = imm32 winmm
>>  EXTRALIBS = $(LIBUNICODE)
>>  
>>  SPEC_SRCS16 = \
> 
> 
> I'm not sure it is acceptable to import winmm from user32, even if it is 
> a delay import.

Rob is right, native user32 doesn't import winmm by any means. Looking
at user32 in a viewer it's easy to find chunk names such as RIFF, LIST,
rate, anih although. That means that user32 has an internal implementation
of mmioDescend which should be enough to parse animated cursor files.

-- 
Dmitry.



More information about the wine-devel mailing list