"Arnd Hanses" <[EMAIL PROTECTED]> writes:

|               os2-defines.h :
| 
| -------------------
| [...]
| 
| #if defined(_LYX_MAIN_C) || defined(_FILETOOLS_C)
| #include "LString.h"

I will not have any code that depend on the include guards.

|       //An internal helper to better handle DOS-style paths
| inline static LString CleanupPath(LString const &path);

also static in .h files is banned.
(I guess we have it somewhere else, but that does not make it better)

We can have the configure script (or the makefile) setup a link from
os_specific.h to os2_defines.h, or os_default.h.

        Lgb

Reply via email to