Core/Win32: Encapsulate internal struct
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user