In trying to find a solution to the unresolved external '__faststorefence' problem I get with the SQLite 3.9.2 amalgamation under Embarcadero C++Builder XE7, I see that macro SQLITE_OS_WIN is used on lines 9153 and 9169, whereas SQLITE_OS_WIN becomes #defined after line 11225. This does not seem to be correct.
A very confusing aspect is that many macros are #defined for WIN32, while they also seem to apply to WIN64. Regards, Johan Van Ooijen

