fix WIN32 build for b3Win32ThreadSupport

This commit is contained in:
erwin coumans
2015-08-24 10:12:13 -07:00
parent 9ec08592b6
commit 46f161ec02
2 changed files with 2 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ DWORD WINAPI Thread_no_1( LPVOID lpParam )
}
///send messages to SPUs
void b3Win32ThreadSupport::sendRequest(int uiCommand, void* uiArgument0, int taskId)
void b3Win32ThreadSupport::runTask(int uiCommand, void* uiArgument0, int taskId)
{
/// gMidphaseSPU.sendRequest(CMD_GATHER_AND_PROCESS_PAIRLIST, (void*) &taskDesc);