From 4d38570e69b996d6d119808c66460ceb4fe940b0 Mon Sep 17 00:00:00 2001 From: Stef Date: Wed, 31 Mar 2004 02:42:24 +0000 Subject: Cleanup for unix --- src/rtfformatting.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'src/rtfformatting.h') 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__ -- cgit v1.2.3