Re: user32: DdeClientTransaction should return 0 in the last paramforDDE_DATA

2008-08-08 Thread Jeff Latimer
Dmitry Timoshkov wrote: > > I don't see how changing Wine internal implementation could lead to > failing tests under Windows. My confusion. Late at night. Found the problem, the inside the if block. Resent the patch. Jeff

Re: user32: DdeClientTransaction should return 0 in the last paramforDDE_DATA

2008-08-07 Thread Dmitry Timoshkov
"Jeff Latimer" <[EMAIL PROTECTED]> wrote: >> Although there is no tests for all DdeClientTransaction cases, it should >> be pretty safe to assume that all request types behave similar in >> returning >> handling state. > That is not how it looked when I set ack to DMLERR_NO_ERROR at the start >