Sorry, this time with patch attached
Hello,
i have a program that trys to open the serial port with CreateFile() like this:
Call kernel32.CreateFileA(00422f7c "\\.\COM1",c0000000,00000000, 00000000,00000003,00000080,00000000)
The function call fail with current CVS. After debugging some time i found a fix for the problem. But my knowlodge of the CreateFile function an all its different usages is verry limited. Therefore i post the patch here for comment.
Bye Stefan
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Tom
Tom schrieb:
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Quote from OP:
"different usages is verry limited. Therefore i post the patch here for comment." I thought that is what this list about: discussion about development?!
Christian Britz wrote:
Tom schrieb:
Stefan Leichter wrote:
Sorry, this time with patch attached
You need to send patches to wine-patches.
Quote from OP:
"different usages is verry limited. Therefore i post the patch here for comment." I thought that is what this list about: discussion about development?!
Oh sorry, I must of over looked that you were posting for discussion about your patch and not for inclusion...
Tom
Stefan Leichter Stefan.Leichter@camLine.com writes:
The function call fail with current CVS. After debugging some time i found a fix for the problem. But my knowlodge of the CreateFile function an all its different usages is verry limited. Therefore i post the patch here for comment.
It's definitely correct, I put it in, thanks.