http://bugs.winehq.org/show_bug.cgi?id=10006
Summary: 54 stdcall -noname LogoffWindowsDialog(ptr) missing from shell32.spec Product: Wine Version: 0.9.46. Platform: Other OS/Version: other Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: wine-shell32 AssignedTo: wine-bugs@winehq.org ReportedBy: oiaohm@users.sf.net
54 stdcall -noname LogoffWindowsDialog(ptr) missing from shell32.spec
Any particular reason. If there is no reason can I just create a stub for it.
Peter Dolding
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #1 from Vijay Kamuju infyquest@gmail.com 2008-01-15 08:53:18 --- please send a patch for adding this stub to spec also mention this link http://www.geoffchappell.com/studies/windows/shell/shell32/api/index.htm
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-15 08:59:28 --- (In reply to comment #0)
54 stdcall -noname LogoffWindowsDialog(ptr) missing from shell32.spec Any particular reason. If there is no reason can I just create a stub for it.
Where have you found an information about that export?
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-15 09:00:46 --- Also, is there an application that depends on this export?
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #4 from Vijay Kamuju infyquest@gmail.com 2008-01-15 15:29:06 --- Using google I found the below info
The applications/dlls that use that function: http://www.geoffchappell.com/studies/windows/shell/shell32/usage/index.htm
also the info regarding export can got from here i think http://jet2.u-abel.net/program/tips/nonamefn/sh_54.htm
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-15 18:31:59 --- It would be helpful if the original reporter answered that questions, there is no need to fake/guess the answeres.
http://bugs.winehq.org/show_bug.cgi?id=10006
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned?
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-19 22:12:25 ---
From the reply I've received via e-mail:
<quote>
Peter Dolding oiaohm@gmail.com wrote:
Ros Explorer and Reactos patching wine imported code where I found it from. That is where I have the complete description from. Will respond in bugzilla when I find where I put my password. Sorry for taking so long. I have got a bit behind on my emails and things should get answer correctly in bugzilla in next 3 days.
Peter Dolding
</quote>
http://bugs.winehq.org/show_bug.cgi?id=10006
oiaohm oiaohm@users.sf.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? |
--- Comment #7 from oiaohm oiaohm@users.sf.net 2008-01-21 02:08:11 --- Yep it was me Dmitry Timoshkov.
The it was a odd one two when comparing reactos diff to wine shell32 that is ment to produce ros own shell32. Guess what the diff is buggy. This function was missing so I went investaging if it was used or not.
If wanted I could go threw the diffs and list all the extra functions reactos adds and if they match up to windows ones. With reactos odds really high that it matchs.
Note there is a diff for every wine dll reactos imports and alters.
Now exactly what is wanted to put this function into wine. Or is my source blocking.
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-21 02:18:54 --- Wine policy is to add exported entry points to DLLs when there is a real world app that depends on it. Since there is no one, and there is no public doescription of LogoffWindowsDialog, the most you can do is just add a stub to shell32.spec based on the Geoff Chappell page.
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #9 from oiaohm oiaohm@users.sf.net 2008-01-24 04:08:34 --- http://www.google.com/codesearch?hl=en&q=+LogoffWindowsDialog+show:AlJiM...
Please note ros explorer is a independent project to reactos and can be uses as a unstable windows manager replacement for windows.
So I guess that is not enough to make it up list. Yes there is 1 application at least that does have it.
http://bugs.winehq.org/show_bug.cgi?id=10006
--- Comment #10 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-24 04:24:52 --- (In reply to comment #9)
Please note ros explorer is a independent project to reactos and can be uses as a unstable windows manager replacement for windows. So I guess that is not enough to make it up list. Yes there is 1 application at least that does have it.
ROS explorer doesn't count as a real world application that uses undocumented Windows APIs. Besides the question remains where ROS explorer developers has acquired a not published information.
http://bugs.winehq.org/show_bug.cgi?id=10006
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-25 07:11:16 --- I have added a LogoffWindowsDialog stub to shell32.spec
http://bugs.winehq.org/show_bug.cgi?id=10006
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Dmitry Timoshkov dmitry@codeweavers.com 2008-01-25 07:11:37 --- Closing.