Core/Win32: Encapsulate internal struct

This commit is contained in:
Lynix
2018-01-28 14:28:33 +01:00
parent 3afdbd2141
commit 7c1ffea19c

View File

@@ -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)
{ {