diff options
Diffstat (limited to 'mimelib')
-rw-r--r-- | mimelib/Changes | 4 | ||||
-rw-r--r-- | mimelib/mimelib/msgcmp.h | 2 | ||||
-rw-r--r-- | mimelib/mimelib/token.h | 2 | ||||
-rw-r--r-- | mimelib/test/INSTALL | 1 |
4 files changed, 4 insertions, 5 deletions
diff --git a/mimelib/Changes b/mimelib/Changes index ce961cce..4f1d7467 100644 --- a/mimelib/Changes +++ b/mimelib/Changes @@ -97,7 +97,7 @@ o Added utility functions for doing end-of-line marker conversions: Jan 25, 1997 -o Parsers for entities (entity.cc) and bodies (body.cc) changed to handle +o Parsers for entities (entity.cpp) and bodies (body.cpp) changed to handle CR LF end-of-line (DOS and MIME) in addition to LF end-of-line (UNIX and C). @@ -169,7 +169,7 @@ o Added member function CreateFieldBody() to DwField. o Improvements to the wrapper classes used in the examples. -o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cc). +o New wrapper class MessageWithAttachments, used in Example 5 (exampl05.cpp). o The documentation now includes a tutorial. diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h index c9e6707e..5e5409f9 100644 --- a/mimelib/mimelib/msgcmp.h +++ b/mimelib/mimelib/msgcmp.h @@ -31,7 +31,7 @@ #include <mimelib/string.h> #endif -#if !(defined(__DECCXX) && defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h index 7168ea09..120ba6d4 100644 --- a/mimelib/mimelib/token.h +++ b/mimelib/mimelib/token.h @@ -51,7 +51,7 @@ // classes are fairly simple and efficient. // In addition, polymorphism is not needed to use the tokenizer classes. -#if !(defined(__DECCXX) && defined(__linux__)) +#if defined(__linux__) #include <iosfwd> #endif diff --git a/mimelib/test/INSTALL b/mimelib/test/INSTALL index 822915e3..63e6e41b 100644 --- a/mimelib/test/INSTALL +++ b/mimelib/test/INSTALL @@ -7,7 +7,6 @@ probably a good idea to take a look at that file anyway. There are several makefiles available. Makefile.unx is a makefile for a generic UNIX system. Makefile.vc is a makefile for Visual C++ 4 or 5. -Makefile.bc is a makefile for Borland C++ 5. If you are using the library on a non-UNIX system, such as Windows 3.1 or Macintosh, you will probably need to change msgid.cpp. The function |