wine ui control hacker?

Rein Klazes rklazes at xs4all.nl
Sat Aug 24 07:19:50 CDT 2002


On 09 Aug 2002 16:55:57 -0400, you wrote:

> woops, I guess I didn't reply to all on all those emails back and forth
> with Rein.
> 
> but for those who are intersted.
> 
> it seems if one has the comctl32.dll and comdlg32.dll listed as native
> for newsbin, it will work pretty well, except for one big thing.  It
> seems the main window disappears if you try to view the preference/otion
> window.  

Attached patch fixes this crash (for me, using native win2K's
comctl32).

Changelog:
	dlls/shlwapi/	: shlwapi.spec

	Forward shlwapi.393 to CreateDialogIndirectParamW
	
Rein.
-- 
Rein Klazes
rklazes at xs4all.nl
-------------- next part --------------
--- wine/dlls/shlwapi/shlwapi.spec	2002-08-20 01:57:27.000000000 +0200
+++ mywine/dlls/shlwapi/shlwapi.spec	2002-08-23 18:55:53.000000000 +0200
@@ -392,7 +392,7 @@
 390 stdcall @(ptr ptr) SHLWAPI_390
 391 stdcall @(ptr ptr ptr ptr ptr ) SHLWAPI_391
 392 stub @
-393 stub @
+393 forward @ user32.CreateDialogIndirectParamW
 394 forward @ user32.CreateDialogIndirectParamA
 395 stub @
 396 stub @


More information about the wine-patches mailing list