Re: [1/2] urlmon: Add stub IUriBuilder interface (try2)
18 Mar
2010
18 Mar
'10
1:50 a.m.
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.
5839
Age (days ago)
5839
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov