[1/2] urlmon: Add stub IUriBuilder interface (try2)

Nikolay Sivov bunglehead at gmail.com
Wed Mar 17 20:50:37 CDT 2010


On 3/18/2010 04:16, Nikolay Sivov wrote:
> I know comdlg32 doesn't seem to be very close to urlmon, but stub I added shows a problems in included headers order.
> SetPort method from IUriBuilder collides with SetPort define from winspool.h and a build error comes up saying I'm using
> unprefixed call (without A or W).
>    
Hm, next conflict is in programs/clock. Chain is windows.h -> ole2.h -> 
objbase.h -> urlmon.h
In windows.h there's include winspool.h before ole2.h, and this causes 
conflict. Not sure how to fix it now, any comments are welcome.

> Second patch should apply cleanly.
>    




More information about the wine-devel mailing list