Fix compilation for mingw.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Mar 2009 21:22:35 +0000 (22:22 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 11 Mar 2009 21:22:35 +0000 (22:22 +0100)
commit3f316a4c208765a38b34e19704450cf0f34adef7
treea5fb542633324f9fbe4a2695b3e20993bccea5f6
parentd16f37add45152d0d3b786a4676577a57e4f4139
Fix compilation for mingw.

Two sources files failed to compile on GCC mingw (Minimalist GNU for
Windows). For oid_db.c the problem was that GCC reported 'initializer
element is not constant'. And the fix is to use initialize (use) at
run-time. For timing.c the problem that HAVE_SYS_TIME_H and WIN32 was
both defined - and the code was not prepared for that.
src/oid_db.c
src/timing.c