Re: [sqlite] #define confliction

2007-04-16 Thread FUKUDA, Fumiki
from 3.3.15, sqlite3's sources are combinded into one sqlite3.c (in sqlite-source-3_3_15.zip). when I compile this on VC++8, a warning is reported: ... It's just a warning. Ignore it. Is it a harmless warning? however, I don't wanna be surprised. hope to replace another macro such as

[sqlite] #define confliction

2007-04-16 Thread FUKUDA, Fumiki
from 3.3.15, sqlite3's sources are combinded into one sqlite3.c (in sqlite-source-3_3_15.zip). when I compile this on VC++8, a warning is reported: sqlite3.c(56983) : warning C4005: 'ARRAYSIZE' : macro re-defined. ...VC\PlatformSDK\include\winnt.h(950) : 'ARRAYSIZE' so I modified sqlite3.c