Chromium defines:
build/config/win/BUILD.gn:175: "_CRT_RAND_S",
sqliteInt.h has:
#if defined(_MSC_VER) && _MSC_VER>=1400
# define _CRT_RAND_S
#endif
These conflict. I'm patching to add an #ifndef before defining, but seems like something which shouldn't conflict (either the #ifndef, or #undef before #define).
Comment 1 by sh...@chromium.org
, Mar 14 2017