"Louis. Lenders" xerox_xerox2000@yahoo.co.uk wrote:
The first parameter of CoInternetSetFeatureEnabled is not a pointer even if you pretend it is in the FIXME. Also Please use consistent spacing and naming of variables (preferring 1 space and no hungarian/upper cased names).
Dmitry Timoshkov wrote:
oh, I just made the same comment (http://bugs.winehq.org/show_bug.cgi?id=12406#c7 ):
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...