diff options
author | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2004-03-31 02:42:24 +0000 |
commit | c60a35fc2a50f938e0d2dcd726784afbb001a756 (patch) | |
tree | 648e452e97149aca40da5199b481b484406c4a12 /src/rtfformatting.h | |
parent | d33b51f5672580b3fee5054eaf892f7bb4520985 (diff) |
Cleanup for unix
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__ |