Jason M Bell bellj@MIT.EDU writes:
The source in dlls/wininet/internet.c clearly shows a (simple) implementation for InternetGetConnectedState, but Wine isn't importing it for some reason. I've turned on other debug traces, but haven't gotten any other useful information. What are some other ways of attacking the problem?
I'd suggest a -debugmsg +loaddll to see what version of wininet.dll is getting loaded. I suspect Wine is loading a native one that doesn't have InternetGetConnectedState.