Made all this build on Unix, using Macros up the wazoo

git-svn-id: svn://10.0.0.236/trunk@16466 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1998-12-15 22:45:09 +00:00
parent 0be011b818
commit ab3213f20d
13 changed files with 633 additions and 409 deletions

View File

@@ -18,7 +18,12 @@
// First checked in on 98/12/08 by John R. McMullen.
// Since nsFileStream.h is entirely templates, common code (such as open())
// does not actually depend on the charT, can be placed here.
// which does not actually depend on the charT, can be placed here.
#ifdef XP_UNIX
// Compile the un-inlined functions in this file only.
#define DEFINING_FILE_STREAM
#endif
#include "nsFileStream.h"