Upgrade protobuf to 3.13

This commit is contained in:
momo5502 2020-09-04 13:59:48 +02:00
parent 4abeedf37b
commit 46229ea239
4 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

@ -13,7 +13,7 @@
[submodule "deps/protobuf"]
path = deps/protobuf
url = https://github.com/google/protobuf.git
branch = 3.12.x
branch = 3.13.x
[submodule "deps/minhook"]
path = deps/minhook
url = https://github.com/TsudaKageyu/minhook.git

2
deps/protobuf vendored

@ -1 +1 @@
Subproject commit c9d2bd2fc781fe67ebf306807b9b6edb4a0d2764
Subproject commit 93d8e89374947aa6c05c290b08efd211c6703087

View File

@ -4,6 +4,7 @@
#define TLS_PAYLOAD_SIZE 0x2000
#pragma warning(push)
#pragma warning(disable: 4100)
#pragma warning(disable: 4127)
#pragma warning(disable: 4244)
#pragma warning(disable: 4458)

Binary file not shown.