mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Filled in Win32 assert stubs.
This commit is contained in:
parent
46e3d5846a
commit
47739cb322
@ -70,7 +70,8 @@ static std::shared_ptr<INavigationKeys> keys;
|
||||
#if DEBUG
|
||||
#define ASSERT_MAIN_THREAD()
|
||||
#else
|
||||
/* CAL TODO */
|
||||
static DWORD mainThreadId = GetCurrentThreadId();
|
||||
#define ASSERT_MAIN_THREAD() assert(GetCurrentThreadId() == mainThreadId);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user