Core/Win32: Encapsulate internal struct
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
namespace Nz
|
namespace Nz
|
||||||
{
|
{
|
||||||
|
#ifdef NAZARA_COMPILER_MSVC
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
#pragma pack(push,8)
|
#pragma pack(push,8)
|
||||||
@@ -23,6 +24,7 @@ namespace Nz
|
|||||||
};
|
};
|
||||||
#pragma pack(pop)
|
#pragma pack(pop)
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
ThreadImpl::ThreadImpl(Functor* functor)
|
ThreadImpl::ThreadImpl(Functor* functor)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user