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 --- sigmod/Macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sigmod/Macros.h') diff --git a/sigmod/Macros.h b/sigmod/Macros.h index 50c1085c..6d61526a 100644 --- a/sigmod/Macros.h +++ b/sigmod/Macros.h @@ -15,8 +15,8 @@ * with this program. If not, see . */ -#ifndef __SIGMOD_MACROS__ -#define __SIGMOD_MACROS__ +#ifndef SIGMOD_MACROS +#define SIGMOD_MACROS #ifdef MAKE_SIGMOD_LIB -- cgit