lordgamez commented on code in PR #2201: URL: https://github.com/apache/nifi-minifi-cpp/pull/2201#discussion_r3844265214
########## thirdparty/lmdb/all/patches/fix-windows-symbols.patch: ########## Review Comment: The `winternl.h` include was needed with newer MSVC version for the NTSTATUS symbol, but that caused a conflict of the existing Windows types with the custom `Nt*` typedefs in this file so they needed to be renamed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
