Browse Source

Compiles again on Windows.

tags/1.9.9.5
Stephane Letz 11 years ago
parent
commit
94cb2ee9a1
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tests/test.cpp

+ 4
- 0
tests/test.cpp View File

@@ -163,7 +163,11 @@ void Collect(FrameTimeCollector* TheFrame)

void Jack_Thread_Init_Callback(void *arg)
{
#ifdef WIN32
Log("Init callback has been successfully called from thread = %x. (msg from callback)\n", GetCurrentThread());
#else
Log("Init callback has been successfully called from thread = %x. (msg from callback)\n", pthread_self());
#endif
init_clbk = 1;
}



Loading…
Cancel
Save