summaryrefslogtreecommitdiffstats
path: root/sigmod/Macros.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2008-09-15 19:33:43 +0000
committerBen Boeckel <MathStuf@gmail.com>2008-09-15 19:33:43 +0000
commitde1e4dc34ab030b468f5ce7cf567bacc5d749423 (patch)
treea7981e5fc1cc08de5bd329d7dbd4d0a216600462 /sigmod/Macros.h
parent95be1a395576b8126fa91cb2ae4339247cb27b08 (diff)
downloadsigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.tar.gz
sigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.tar.xz
sigen-de1e4dc34ab030b468f5ce7cf567bacc5d749423.zip
[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
Diffstat (limited to 'sigmod/Macros.h')
-rw-r--r--sigmod/Macros.h4
1 files changed, 2 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#ifndef __SIGMOD_MACROS__
-#define __SIGMOD_MACROS__
+#ifndef SIGMOD_MACROS
+#define SIGMOD_MACROS
#ifdef MAKE_SIGMOD_LIB