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:
Tobias Doerffel
2008-06-08 11:35:58 +00:00
parent 0ab023c4bf
commit 8e7285e56b

View File

@@ -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 );