File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -1712,6 +1712,8 @@ pCmdUI->Enable ();
1712
1712
}
1713
1713
1714
1714
1715
+ #if _MSC_VER <= 1400
1716
+
1715
1717
#define VERSION_6 MAKELONG (0 , 6 )
1716
1718
1717
1719
// from Worstje
@@ -1817,6 +1819,8 @@ void CTextView::WriteToArchive(CArchive& ar)
1817
1819
ASSERT_VALID (this );
1818
1820
}
1819
1821
1822
+ #endif // _MSC_VER <= 1400
1823
+
1820
1824
void CTextView::SerializeRaw (CArchive& ar)
1821
1825
// Read/Write object as stand-alone file.
1822
1826
{
Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ class CTextView : public CEditView
52
52
CString & result,
53
53
int & count);
54
54
55
-
55
+ # if _MSC_VER <= 1400
56
56
virtual void Serialize (CArchive& ar);
57
57
virtual void ReadFromArchive (CArchive& ar, UINT nLen);
58
58
virtual void WriteToArchive (CArchive& ar);
59
+ #endif // _MSC_VER <= 1400
59
60
60
61
// ClassWizard generated virtual function overrides
61
62
// {{AFX_VIRTUAL(CTextView)
You can’t perform that action at this time.
0 commit comments