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:
Jason Felds
2006-03-12 06:32:21 +00:00
parent f820e6b39e
commit 9f46acd2d4
6 changed files with 23 additions and 14 deletions
+3 -1
View File
@@ -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"))