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/xmlcomposer.h | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'src/xmlcomposer.h') diff --git a/src/xmlcomposer.h b/src/xmlcomposer.h index 9463318..24dd649 100644 --- a/src/xmlcomposer.h +++ b/src/xmlcomposer.h @@ -1,15 +1,7 @@ -// RtfParser.h: interface for the RtfParser class. -// -////////////////////////////////////////////////////////////////////// +#ifndef __RTFPARSER_H__ +#define __RTFPARSER_H__ -#if !defined(AFX_RTFANALYSER_H__0243FE38_142A_4BDD_BA2C_1D122965444B__INCLUDED_) -#define AFX_RTFANALYSER_H__0243FE38_142A_4BDD_BA2C_1D122965444B__INCLUDED_ - -#if _MSC_VER > 1000 -#pragma once -#endif // _MSC_VER > 1000 - -#include "LevelHandler.h" +#include "levelhandler.h" struct RtfParserOptions { @@ -225,4 +217,4 @@ protected: }; -#endif // !defined(AFX_RTFANALYSER_H__0243FE38_142A_4BDD_BA2C_1D122965444B__INCLUDED_) +#endif // __RTFPARSER_H__ -- cgit v1.2.3