From de1e4dc34ab030b468f5ce7cf567bacc5d749423 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 15 Sep 2008 19:33:43 +0000 Subject: [FIX] Include guard stripped of __ [FIX] KDE includes put before Qt includes git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@263 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- sigscript/GlobalScriptWrapper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigscript/GlobalScriptWrapper.h') diff --git a/sigscript/GlobalScriptWrapper.h b/sigscript/GlobalScriptWrapper.h index 27a778ae..881e44d9 100644 --- a/sigscript/GlobalScriptWrapper.h +++ b/sigscript/GlobalScriptWrapper.h @@ -15,8 +15,8 @@ * with this program. If not, see . */ -#ifndef __SIGSCRIPT_GLOBALSCRIPTWRAPPER__ -#define __SIGSCRIPT_GLOBALSCRIPTWRAPPER__ +#ifndef SIGSCRIPT_GLOBALSCRIPTWRAPPER +#define SIGSCRIPT_GLOBALSCRIPTWRAPPER // Sigscript includes #include "ObjectWrapper.h" -- cgit