Re: Q: every .c needed?
Sebastian Pipping <[email protected]> Wed, 20 Aug 2008 20:11:31 +0200
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
Hello! This behavior changed from Expat v2.0.0. to v2.0.1. Some .c files were only meant to be included. To allow people to compile them nevertheless or to add them to a Visual Studio project we added #ifdef guards. Have a look at [1] to see this for <xmltok_impl.c>. I recommend to update to Expat 2.0.1 if that's an option for you. Sebastian [1] http://expat.cvs.sourceforge.net/expat/expat/lib/xmltok_impl.c?r1=1.12&r2=1.13&pathrev=R_2_0_1