2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

moved to VS2015, Qt 5.5.1, now Qt, ffmpeg and openssl are built from source from git

This commit is contained in:
John Preston
2015-10-19 23:16:17 +02:00
parent 5d14f3fe4a
commit 1360cd61a7
12 changed files with 246 additions and 2997 deletions

View File

@@ -368,7 +368,8 @@ static const mtpTypeId mtpLayers[] = {
mtpc_invokeWithLayer16,
mtpc_invokeWithLayer17,
mtpc_invokeWithLayer18,
}, mtpLayerMaxSingle = sizeof(mtpLayers) / sizeof(mtpLayers[0]);
};
static const uint32 mtpLayerMaxSingle = sizeof(mtpLayers) / sizeof(mtpLayers[0]);
static const mtpPrime mtpCurrentLayer = 38;
template <typename bareT>