VC2005 Support compilable and runnable in debug mode. AJ187 confirmed these changes work in VC2003, so nothing should be broken. Thanks to Mystik EE of DDRUK for the assistance.
This commit is contained in:
@@ -626,7 +626,9 @@ HRESULT COutputQueue::ReceiveMultiple(
|
||||
// Loop processing the samples in batches
|
||||
|
||||
LONG iLost = 0;
|
||||
for(long iDone = 0;
|
||||
/*NABIL: I moved this long declaration out of the for loop, incorrect scope*/
|
||||
long iDone;
|
||||
for(iDone = 0;
|
||||
iDone < nSamples || (m_nBatched != 0 && m_bSendAnyway);) {
|
||||
|
||||
//pragma message (REMIND("Implement threshold scheme"))
|
||||
|
||||
Reference in New Issue
Block a user