missed commit: update for USB cleanup

This commit is contained in:
Glenn Maynard
2005-11-23 22:43:17 +00:00
parent 3583c8fe78
commit ecd8d199bd
2 changed files with 4 additions and 5 deletions
@@ -96,8 +96,8 @@ void InputHandler_Win32_Pump::InputThreadMain()
vector<WindowsFileIO *> apSources;
for( int i = 0; i < NUM_PUMPS; ++i )
{
if( m_pDevice[i].io.IsOpen() )
apSources.push_back( &m_pDevice[i].io );
if( m_pDevice[i].m_IO.IsOpen() )
apSources.push_back( &m_pDevice[i].m_IO );
}
while( !m_bShutdown )