Alexandre Julliard wrote:
> MCIWndCreate is simply an alias for MCIWndCreateA, presumably for
> compatibility with apps compiled before #ifdef UNICODE was
> invented. So we should make both point to MCIWndCreateA in the spec
> file, there's no need for a separate definition or a prototype.
But according to the stub, one takes an LPCSTR, while one takes an
LPVOID. This could just be a mistake though. The str vs ptr in the spec
file has to be sorted out as well. Does anyone have an app which uses
this function, so that this can be checked?
As I mentioned the win16 version takes an LPSTR (not const), which is
why I'm not sure about the LPVOID parameter.
Of course, if noone actually has such an app, then it doesn't really
matter :)
>
> --
> Alexandre Julliard
> [EMAIL PROTECTED]
Bradley