Core/Win32: Encapsulate internal struct
This commit is contained in:
parent
3afdbd2141
commit
7c1ffea19c
|
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue