summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
authorStef <stef@ws.local>2004-03-31 02:42:24 +0000
committerStef <stef@ws.local>2004-03-31 02:42:24 +0000
commit4d38570e69b996d6d119808c66460ceb4fe940b0 (patch)
tree648e452e97149aca40da5199b481b484406c4a12 /src/xmlcomposer.h
parent8be3a644f08a8457103961d2257d2c5e333ba543 (diff)
Cleanup for unix
Diffstat (limited to 'src/xmlcomposer.h')
-rw-r--r--src/xmlcomposer.h16
1 files changed, 4 insertions, 12 deletions
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__