Several internal functions won't compile when the conditional
commitb02f65d5b706fee43736f521d2858c027a89ed1e
authorGeoff Clare <gwc@root.co.uk>
Sun, 24 Jan 1999 19:04:34 +0000 (24 19:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 24 Jan 1999 19:04:34 +0000 (24 19:04 +0000)
tree0f7bc26984649225c6bdb97600345fedb576f517
parentbf310b8bbf05c27e41d2b37a7b3426886d86ab4f
Several internal functions won't compile when the conditional
#if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
comes out false.  I moved the conditionals around so that
the file would at least compile.  Not sure if it does the
right thing on non-linux/FreeBSD/NetBSD systems.
multimedia/mcicda.c