Nop, actually I also thought the best solution would be to move that file to include, because in fact it's just copied from dlls/dplayx, but AFAIK wine doesn't want to put in include files that are not originally present in Windows.
However, if it's okay I'll move it, much better. I will also have to implement a stub modem provider, so I would have to copy that dplaysp.h again to dlls/dpmodemx, and any change in those definitions would have to be done three times...
On 7/12/08, Michael Karcher wine@mkarcher.dialup.fu-berlin.de wrote:
Am Samstag, den 12.07.2008, 18:46 +0300 schrieb Ismael Barros:
I'm sorry, that patch lacked a header file, this is the fixed patch.
I would put the dplaysp.h file into include, not dlls/dpwsockx. It contains definitions for all DirectPlay service providers, so it might be useful if a modem provider or a direct serial connection provider will be implemented. Is there a reason not to do so?
Regards, Michael Karcher