mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-22 17:18:39 +00:00
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
This commit is contained in:
parent
0f9440fa61
commit
22a59b3912
17 changed files with 315 additions and 111 deletions
|
@ -197,6 +197,7 @@ public:
|
|||
else
|
||||
data = NULL;
|
||||
refcount = new unsigned int;
|
||||
memset(data,0,sizeof(T)*m_size);
|
||||
(*refcount) = 1;
|
||||
}
|
||||
SharedBuffer(const SharedBuffer &buffer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue