mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-19 20:26:24 -04:00
use lmmsconfig.h rather than config.h and use prefixed macro-names
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1099 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -125,7 +125,7 @@ static inline unsigned long gcd( unsigned long a, unsigned long b )
|
||||
|
||||
|
||||
|
||||
bool FASTCALL midiImport::readSMF( trackContainer * _tc )
|
||||
bool midiImport::readSMF( trackContainer * _tc )
|
||||
{
|
||||
// the curren position is immediately after the "MThd" id
|
||||
int header_len = readInt( 4 );
|
||||
|
||||
Reference in New Issue
Block a user