Updating flatbuffer library version.
The file nano/ipc_flatbuffers_lib/generated/flatbuffers/nanoapi_generated.h will need to be regenerated by deleting the file and rebuilding. An error like: error: no matching function for call to ‘nanoapi::Envelope::VerifyField<uint8_t> indicates the file has not been regenerated. Adding -DNOGDI flag for WIN32 to prevent the ERROR macro within wingdi.h from colliding with ProtoIdGapAction::ERROR
This commit is contained in:
parent
b7816bada0
commit
c9e052fe58
2 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ find_package(Threads)
|
|||
if(WIN32)
|
||||
find_library(PSAPI Psapi)
|
||||
add_definitions(-D_WIN32_WINNT=0x0600 -DWINVER=0x0600 -DMINIUPNP_STATICLIB
|
||||
-D_CRT_SECURE_NO_WARNINGS /EHsc)
|
||||
-D_CRT_SECURE_NO_WARNINGS -DNOGDI /EHsc)
|
||||
|
||||
if(${USING_TSAN}
|
||||
OR ${USING_ASAN}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit a9a295fecf3fbd5a4f571f53b01f63202a3e2113
|
||||
Subproject commit 01834de25e4bf3975a9a00e816292b1ad0fe184b
|
Loading…
Add table
Add a link
Reference in a new issue