Re: [7/7] setupapi/tests: start dialog.c test file with a test for SetupPromptForDiskA

2009-02-23 Thread Ricardo Filipe
sure, i'll do that and resend :) thanks for your feedback. 2009/2/23 Paul Vriens > > Hi, > > Could you turn that skip() into a win_skip()? Usually it's a good idea to > do a > SetLastError(0xdeadbeef or something like that) before calling the > function, > especially because you are relying on t

Re: [7/7] setupapi/tests: start dialog.c test file with a test for SetupPromptForDiskA

2009-02-22 Thread Paul Vriens
Ricardo Filipe wrote: > > > > > Hi, Could you turn that skip() into a win_skip()? Usually it's a good idea to do a SetLastError(0xdeadbeef or something like that) before calling the function, especially because you are