| Summary: | fix/simplify win32 native_midi_detect() | ||
|---|---|---|---|
| Product: | SDL_mixer | Reporter: | Ozkan Sezer <sezeroz> |
| Component: | misc | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Attachments: | w32 native_midi_detect() patch | ||
Your patch is in subversion, thanks! |
Created attachment 373 [details] w32 native_midi_detect() patch W32 version of native_midi_detect() does midiStreamClose(MidiStream) where MidiStream can be set to 0 just a line above. The attached patch fixes it. Regards. -- Ozkan