PATCH: Convert HMIDI to void*

Francois Gouget fgouget at free.fr
Wed Jul 31 16:25:08 CDT 2002


On Wed, 31 Jul 2002, Michael Stefaniuc wrote:
[...]
> I expressed myself wrong, with interchangable i meant having
> typedef HMIDI HMIDIIN
> typedef HMIDI HMIDIOUT
> typedef HMIDI HMIDISTRM
> in include/mmsystem.h instead of
> DECLARE_HANDLE(HMIDIIN);
> DECLARE_HANDLE(HMIDIOUT);
> DECLARE_HANDLE(HMIDISTRM);

I just checked and the windows headers declare the HMIDI* handles using
the DECLARE_HANDLE macro. So that's the way we should do it too.


--
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
      Any sufficiently advanced bug is indistinguishable from a feature.
                            -- from some indian guy




More information about the wine-devel mailing list