Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-28 Thread James Hawkins
On 1/28/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > Of course, but I was talking about the code, not the data. :) > As for FileQueue handling I prefer to leave this case as a stub for a > while. > If it makes the case your working on work, then it can be left out till later. Are you work

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-28 Thread Saulius Krasuckas
* On Sat, 28 Jan 2006, James Hawkins wrote: > * On 1/28/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > Then we can simply remove #if 0 and be fine. No? > > No, you'd have to add the string resources for the shutdown message. > You'd also have to add handling for the FileQueue paramete

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-28 Thread James Hawkins
On 1/28/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > I looked at the ReactOS implementation and saw that it was #ifdefined > > out, so I also assumed that wasn't code we should be porting back to > > Wine. Steven's comments verify this. > > Do they? Steven talks about ReactOS, not abo

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-28 Thread Saulius Krasuckas
* On Fri, 27 Jan 2006, James Hawkins wrote: > * On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > James, I wasn't asking about how should I hack on unimplemented > > function. My interest is focused on work of another guys, which is > > done already. :) > > I based the assumption

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-27 Thread James Hawkins
On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > * On Fri, 27 Jan 2006, James Hawkins wrote: > > * On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > > > Is anyone working on this for Wine? > > > Any ideas about the ReactOS code? > > > > Read through it thoroughly and make n

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-27 Thread Steven Edwards
Hi, On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > Is anyone working on this for Wine? > Any ideas about the ReactOS code? The shutdown code ExitWindowsEx calls is a complex beast. Its something like 40 steps all of which were not implemented so it was disabled until the rest of the p

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-27 Thread Saulius Krasuckas
* On Fri, 27 Jan 2006, James Hawkins wrote: > * On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > > > > Is anyone working on this for Wine? > > Any ideas about the ReactOS code? > > Read through it thoroughly and make note of all the details of the > function. Then write as many test ca

Re: setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-27 Thread James Hawkins
On 1/27/06, Saulius Krasuckas <[EMAIL PROTECTED]> wrote: > I stuck upon this function right now. And I see ReactOS folks already > have some implementation [*], but for some reason it is disabled. > > Is anyone working on this for Wine? > Any ideas about the ReactOS code? > Start off by reading t

setupapi: unimplemented function setupapi.dll.SetupPromptReboot

2006-01-27 Thread Saulius Krasuckas
I stuck upon this function right now. And I see ReactOS folks already have some implementation [*], but for some reason it is disabled. Is anyone working on this for Wine? Any ideas about the ReactOS code? [*] http://www.reactos.org/generated/doxygen/d4/d55/lib_2setupapi_2stubs_8c-source.html