2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-03 16:05:57 +00:00

instructions updated for zlib

This commit is contained in:
John Preston
2016-02-02 15:50:12 +03:00
parent 3e1362628f
commit f7f041f11d
7 changed files with 64 additions and 18 deletions

View File

@@ -61,9 +61,7 @@ const InterfacesMetadata *GetInterfacesMetadata(uint64 mask) {
return i.value();
}
InterfaceWrapStruct InterfaceWraps[64] = {
{ 0, 0, 0 }
};
InterfaceWrapStruct InterfaceWraps[64];
QAtomicInt InterfaceIndexLast(0);