Jan Nijtmans wrote: > > My suggestion (FWIW) would be to remove the os_win.h file > altogether and put it's content in os_config.h. (except the > #ifdef __CYGWIN__ part, which doesn't belong here) >
I do not think removing the "os_win.h" file is a solution, per se. Short term, modifying "mutex_w32.c" to include "os_win.h" inside a SQLITE_OS_WIN block instead of the SQLITE_MUTEX_W32 block seems better. Long term, modifying the amalgamation tooling to better handle includes that occur within #ifdef's would be nice. -- Joe Mistachkin _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

