mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 03:00:46 +00:00
Fix MinGW build.
git-svn-id: https://svn.eduke32.com/eduke32@2798 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
57dbedf59d
commit
5a8d61d479
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ int32_t MUSIC_InitMidi(int32_t card, midifuncs *Funcs, int32_t Address);
|
||||||
number. A -1 returns a pointer the current error.
|
number. A -1 returns a pointer the current error.
|
||||||
---------------------------------------------------------------------*/
|
---------------------------------------------------------------------*/
|
||||||
|
|
||||||
char *MUSIC_ErrorString
|
const char *MUSIC_ErrorString
|
||||||
(
|
(
|
||||||
int32_t ErrorNumber
|
int32_t ErrorNumber
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue