Nebula
Loading...
Searching...
No Matches
threadid.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
14#if __WIN32__
16#elif __OSX__
18#elif __linux__
20#else
21#error "Threading::ThreadId not implemented on this platform!"
22#endif
23//------------------------------------------------------------------------------
24