ticket#84. Ran into a problem with conversion from CreateFile to _beginthreadex. Changing it back for now.

This commit is contained in:
gordon_gidluck 2008-09-14 15:24:58 +00:00
commit 5c79d5bcaf

View file

@ -1517,7 +1517,7 @@ static PaError StartStream( PaStream *s )
}
// Create a thread for this client.
stream->hThread = (HANDLE)_beginthreadex(
stream->hThread = CreateThread(
NULL, // no security attribute
0, // default stack size
ProcThread,