[Bug 9159] ProgMan DDE interface is not implemented in Wine's shell32/explorer

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 1 21:32:58 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=9159





--- Comment #16 from Jeremiah Flerchinger <flerchjj at ieee.org>  2009-05-01 21:32:58 ---
I also still stand by thinking

+        if ((shell32 = LoadLibraryA( "shell32.dll" )) &&
+            (pShellDDEInit = (void *)GetProcAddress( shell32, (LPCSTR)188)))
+        {
+            pShellDDEInit( TRUE );
+        }

should be

+        if ((shdocvw = LoadLibraryA( "Shdocvw.dll" )) &&
+            (pShellDDEInit = (void *)GetProcAddress( shdocvw, (LPCSTR)118)))
+        {
+            pShellDDEInit( TRUE );
+        }

to be closer to what shell applications (like explorer) actually do.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list