summaryrefslogtreecommitdiff
path: root/src/xmlcomposer.h
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2004-03-31 02:42:24 +0000
committerStef Walter <stef@memberwebs.com>2004-03-31 02:42:24 +0000
commitc60a35fc2a50f938e0d2dcd726784afbb001a756 (patch)
tree648e452e97149aca40da5199b481b484406c4a12 /src/xmlcomposer.h
parentd33b51f5672580b3fee5054eaf892f7bb4520985 (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__