Update protobuf

This commit is contained in:
Maurice Heumann 2021-05-01 08:39:18 +02:00
parent ea38e33c82
commit 89bf57268f
4 changed files with 3 additions and 2 deletions

2
.gitmodules vendored
View File

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

2
deps/protobuf vendored

@ -1 +1 @@
Subproject commit 19fb89416f3fdc2d6668f3738f444885575285bc Subproject commit 436bd7880e458532901c58f4d9d1ea23fa7edd52

View File

@ -84,6 +84,7 @@
#include <asmjit/core/jitruntime.h> #include <asmjit/core/jitruntime.h>
#include <asmjit/x86/x86assembler.h> #include <asmjit/x86/x86assembler.h>
#include <google/protobuf/stubs/logging.h>
#include <proto/auth.pb.h> #include <proto/auth.pb.h>
#pragma warning(pop) #pragma warning(pop)

Binary file not shown.