- fixed a few Timidity warnings
This commit is contained in:
parent
d9e32eb207
commit
1112a69adb
4 changed files with 7 additions and 6 deletions
|
|
@ -8,6 +8,10 @@
|
|||
#include "instrum.h"
|
||||
#include "sf2.h"
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <strings.h>
|
||||
#define stricmp strcasecmp
|
||||
#endif
|
||||
|
||||
namespace Timidity
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue