diff --git a/stepmania/src/arch/Threads/Threads_Pthreads.h b/stepmania/src/arch/Threads/Threads_Pthreads.h index 52503e2cc3..d0ed136d09 100644 --- a/stepmania/src/arch/Threads/Threads_Pthreads.h +++ b/stepmania/src/arch/Threads/Threads_Pthreads.h @@ -32,6 +32,7 @@ public: void Halt( bool Kill ); void Resume(); uint64_t GetThreadId() const; + uint64_t GetCrashHandle() const { return GetThreadId(); } int Wait(); };