Re: the way dblib references include files
"James K. Lowden" <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <[email protected]> |
Craig A. Berry wrote: > Which is a result of a fairly recent change that switched a bunch of > the includes from the form: > > #include "sybfront.h" > > to > > #include <../../include/sybfront.h> Well. No good deed goes unpunished. You can put it back the way it was. I'll update CVS HEAD the next time I'm hacking. The idea was to permit building FreeTDS in a Win32 environment that has Microsoft's header files in its regular include path. By using hard-coded paths in the FreeTDS source code, there was no chance of accidentally picking up the wrong headers. But, OK, maybe it wasn't an act of unbridled brilliance. If it gets in your way, it's bound to get in others'. Might as well fix it. --jkl