On Sun, 6 Jul 2003 12:22:15 -0400, DJ Delorie <dj@delorie.com> wrote: >> +#ifdef __cplusplus >> +extern "C" { >> +#endif /* __cplusplus */ >> + >> #include "ansidecl.h" > > Shouldn't the #include be *outside* the wrapper? Yes. Jason