Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/macx
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2013-01-13 04:14:44 +0400
committerKissaki <kissaki@gmx.de>2013-06-04 23:59:52 +0400
commit1e4bb6dbd00936f5314682174b33cab98f8b921b (patch)
treea9c4e1e0cafa48d70dc9632b7943e3ad03ba9029 /macx
parent7642e722ff8c10b6c5e7641d7d54d576fd96b50c (diff)
Prepend Projectname to header guard defines
* some few (4?) files actually already had it
Diffstat (limited to 'macx')
-rw-r--r--macx/overlay/avail.h4
-rw-r--r--macx/overlay/mach_override.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/macx/overlay/avail.h b/macx/overlay/avail.h
index cce844c43..2e4c897d3 100644
--- a/macx/overlay/avail.h
+++ b/macx/overlay/avail.h
@@ -1,5 +1,5 @@
-#ifndef AVAIL_H_
-#define AVAIL_H_
+#ifndef MUMBLE_AVAIL_H_
+#define MUMBLE_AVAIL_H_
#define AVAIL_ALL_GLSYM ( \
AVAIL(glTexImage2D) && \
diff --git a/macx/overlay/mach_override.h b/macx/overlay/mach_override.h
index 5cdee77bc..8b5ddd8a7 100644
--- a/macx/overlay/mach_override.h
+++ b/macx/overlay/mach_override.h
@@ -42,8 +42,8 @@
***************************************************************************/
-#ifndef MACH_OVERRIDE_H_
-#define MACH_OVERRIDE_H_
+#ifndef MUMBLE_MACH_OVERRIDE_H_
+#define MUMBLE_MACH_OVERRIDE_H_
#include <sys/types.h>
#include <mach/error.h>