Core/Win32: Encapsulate internal struct

This commit is contained in:
Lynix 2018-01-28 14:28:33 +01:00
parent 3afdbd2141
commit 7c1ffea19c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
namespace Nz
{
#ifdef NAZARA_COMPILER_MSVC
namespace
{
#pragma pack(push,8)
@ -23,6 +24,7 @@ namespace Nz
};
#pragma pack(pop)
}
#endif
ThreadImpl::ThreadImpl(Functor* functor)
{