aboutsummaryrefslogtreecommitdiff
path: root/tools/skycpt
diff options
context:
space:
mode:
authorMax Horn2010-09-28 20:30:50 +0000
committerMax Horn2010-09-28 20:30:50 +0000
commit484bf9c269889f205d7db58e88518e55ea615675 (patch)
tree1b353d8d1fc0eb387949a2d12822fce4d93bedf8 /tools/skycpt
parent1d3ce126eac4a7fa479df79009fd0b15ca081109 (diff)
downloadscummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.tar.gz
scummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.tar.bz2
scummvm-rg350-484bf9c269889f205d7db58e88518e55ea615675.zip
ALL: Fixup some #define names
svn-id: r52935
Diffstat (limited to 'tools/skycpt')
-rw-r--r--tools/skycpt/KmpSearch.h4
-rw-r--r--tools/skycpt/TextFile.h4
-rw-r--r--tools/skycpt/stdafx.h4
3 files changed, 6 insertions, 6 deletions
diff --git a/tools/skycpt/KmpSearch.h b/tools/skycpt/KmpSearch.h
index 3e1655a37b..6f13ace4a5 100644
--- a/tools/skycpt/KmpSearch.h
+++ b/tools/skycpt/KmpSearch.h
@@ -23,8 +23,8 @@
*
*/
-#ifndef __KmpSearch__
-#define __KmpSearch__
+#ifndef SKYCPT_KMPSEARCH_H
+#define SKYCPT_KMPSEARCH_H
class KmpSearch {
public:
diff --git a/tools/skycpt/TextFile.h b/tools/skycpt/TextFile.h
index 92b1546167..a9ad65417c 100644
--- a/tools/skycpt/TextFile.h
+++ b/tools/skycpt/TextFile.h
@@ -23,8 +23,8 @@
*
*/
-#ifndef __TextFile__
-#define __TextFile__
+#ifndef SKYCPT_TEXTFILE_H
+#define SKYCPT_TEXTFILE_H
#include "stdafx.h"
#include <stdio.h>
diff --git a/tools/skycpt/stdafx.h b/tools/skycpt/stdafx.h
index f5016cf98a..3e5c6042eb 100644
--- a/tools/skycpt/stdafx.h
+++ b/tools/skycpt/stdafx.h
@@ -27,8 +27,8 @@
// oder projektspezifische Includedateien, die häufig benutzt, aber
// in unregelmäßigen Abständen geändert werden.
//
-#ifndef __STDAFX_H__
-#define __STDAFX_H__
+#ifndef SKYCPT_STDAFX_H
+#define SKYCPT_STDAFX_H
#ifdef _MSC_VER
#pragma once