From 71c62d2ee94936d7dae0343e95f00faee76b312b Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 11 May 2002 14:48:16 +0200 Subject: [PATCH] Added _I18N__H macro --- PLUGINS/src/hello/i18n.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PLUGINS/src/hello/i18n.h b/PLUGINS/src/hello/i18n.h index 2976fe88..577628a9 100644 --- a/PLUGINS/src/hello/i18n.h +++ b/PLUGINS/src/hello/i18n.h @@ -3,9 +3,14 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.h 1.1 2002/05/09 15:15:49 kls Exp $ + * $Id: i18n.h 1.2 2002/05/11 14:48:16 kls Exp $ */ +#ifndef _I18N__H +#define _I18N__H + #include extern const tI18nPhrase Phrases[]; + +#endif //_I18N__H