diff options
Diffstat (limited to 'src/rtfformatting.h')
-rw-r--r-- | src/rtfformatting.h | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/src/rtfformatting.h b/src/rtfformatting.h index 2dfc126..f5398ba 100644 --- a/src/rtfformatting.h +++ b/src/rtfformatting.h @@ -1,13 +1,6 @@ -// RtfTextProperties.h: interface for the RtfTextProperties class. -// -////////////////////////////////////////////////////////////////////// -#if !defined(AFX_RTFTEXTPROPERTIES_H__719D85C9_69D9_4499_BE5E_7A9A7F6F9C38__INCLUDED_) -#define AFX_RTFTEXTPROPERTIES_H__719D85C9_69D9_4499_BE5E_7A9A7F6F9C38__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 +#ifndef __RTFTEXPROPERTIES_H__ +#define __RTFTEXPROPERTIES_H__ class RtfFormatting { @@ -119,4 +112,4 @@ protected: // TODO: Character styles }; -#endif // !defined(AFX_RTFTEXTPROPERTIES_H__719D85C9_69D9_4499_BE5E_7A9A7F6F9C38__INCLUDED_) +#endif // __RTFTEXPROPERTIES_H__ |