Skip to content

Commit 41ae1af

Browse files
committed
SDL_native_midi.h: Removed C++ // comments.
1 parent ed68374 commit 41ae1af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/SDL_native_midi.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,8 @@ extern SDL_DECLSPEC NativeMidi_Song * SDLCALL NativeMidi_LoadSong(const char *pa
5151
extern SDL_DECLSPEC void SDLCALL NativeMidi_DestroySong(NativeMidi_Song *song);
5252
extern SDL_DECLSPEC void SDLCALL NativeMidi_Start(NativeMidi_Song *song, int loops);
5353

54-
// !!! FIXME: these are not hooked up on several platforms.
55-
// implemented for alsa, macos, win32.
56-
// functions currently do nothing for haiku.
54+
/* !!! FIXME: these are not hooked up on Haiku OS! */
55+
/* (Works on ALSA, macOS, and Windows, though!) */
5756
extern SDL_DECLSPEC void SDLCALL NativeMidi_Pause(void);
5857
extern SDL_DECLSPEC void SDLCALL NativeMidi_Resume(void);
5958

0 commit comments

Comments
 (0)