Some minors changes, like adding empty lines at end of files, to be able to compile with VC++1.52c.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Patrick Albert
1999-07-09 15:30:31 +00:00
parent e3e717ecc5
commit cc985face5
9 changed files with 24 additions and 7 deletions

View File

@@ -108,6 +108,14 @@
# pragma suppress 571 // Virtual function hiding
#endif // __SALFORDC__
#ifdef __VISUALC__
#ifndef WIN32
// VC1.5 does not have LPTSTR type
#define LPTSTR LPSTR
#define LPCTSTR LPCSTR
#endif
#endif
// Digital Unix C++ compiler only defines this symbol for .cxx and .hxx files,
// so define it ourselves
#ifdef __DECCXX

View File

@@ -37,4 +37,5 @@ class wxMemoryOutputStream: public wxOutputStream {
// wxUSE_STREAMS
#endif
// _WX_WXMMSTREAM_H__
// _WX_WXMMSTREAM_H__

View File

@@ -86,4 +86,5 @@ class wxFileStream: public wxFileInputStream, public wxFileOutputStream {
// wxUSE_STREAMS && wxUSE_FILE
#endif
// _WX_WXFSTREAM_H__
// _WX_WXFSTREAM_H__

View File

@@ -55,4 +55,5 @@ class WXDLLEXPORT wxZlibOutputStream: public wxFilterOutputStream {
// wxUSE_ZLIB && wxUSE_STREAMS
#endif
// _WX_WXZSTREAM_H__
// _WX_WXZSTREAM_H__