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 [EMAIL PROTECTED] http://fgouget.free.fr/ Any sufficiently advanced bug is indistinguishable from a feature. -- from some indian guy