http://bugs.winehq.org/show_bug.cgi?id=12406
--- Comment #7 from Hin-Tak Leung htl10@users.sourceforge.net 2008-04-13 08:08:17 --- (In reply to comment #4)
Created an attachment (id=11923)
--> (http://bugs.winehq.org/attachment.cgi?id=11923) [details]
crappy patch
INTERNETFEATURELIST needs to be added to some .h file , dunno which one....
I had a look at this - INTERNETFEATURELIST is a enum, not a long pointer; oh, and the stub code itself should go into internet.c (where similiarly named/used functions resides), instead of urlmon_main.c .
Other than these, the patch took the doc explorer further, so I think basically just needs a 'FIXME("Not implemented\n");' to be sent off...