mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 13:03:06 +01:00
Added kExitSuccess/Failure constants.
This commit is contained in:
@@ -76,7 +76,7 @@ namespace bx
|
||||
: m_fn(NULL)
|
||||
, m_userData(NULL)
|
||||
, m_stackSize(0)
|
||||
, m_exitCode(0 /*EXIT_SUCCESS*/)
|
||||
, m_exitCode(kExitSuccess)
|
||||
, m_running(false)
|
||||
{
|
||||
BX_STATIC_ASSERT(sizeof(ThreadInternal) <= sizeof(m_internal) );
|
||||
|
||||
Reference in New Issue
Block a user