$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bill Klein (bill_at_[hidden])
Date: 1999-08-19 08:35:42
Valentin Bonnard wrote:
>I don't know about Windows compilers accepting Unix
>conventions. The only Mac compiler (ie CodeWarrior)
>certainly accepts unconverted Unix files.
Certainly G++ for Win32 (Cygwin) supports UNIX-style
text files, but actually I seriously doubt there are
win32 compilers that don't... Opening a text file in
text mode in win32 produces the same results for any
text file, so as long as they're doing that...
-Bill Klein <bill_at_[hidden]>