summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
Diffstat (limited to 'loader')
-rw-r--r--loader/debug.h5
-rw-r--r--loader/qt_comp.h3
-rw-r--r--loader/qt_fv.h5
-rw-r--r--loader/qtx/qtxsdk/components.h4
-rw-r--r--loader/qtx/qtxsdk/select.h4
5 files changed, 21 insertions, 0 deletions
diff --git a/loader/debug.h b/loader/debug.h
index 6ab7cd36f2..f9d0e6b9c4 100644
--- a/loader/debug.h
+++ b/loader/debug.h
@@ -1,3 +1,6 @@
+#ifndef DEBUG_H
+#define DEBUG_H
+
#ifdef DEBUG
#define TRACE printf
#define dbg_printf printf
@@ -5,3 +8,5 @@
#define TRACE(...)
#define dbg_printf(...)
#endif
+
+#endif /* DEBUG_H */
diff --git a/loader/qt_comp.h b/loader/qt_comp.h
index 7ceeb5dbbb..dc20506625 100644
--- a/loader/qt_comp.h
+++ b/loader/qt_comp.h
@@ -1,3 +1,5 @@
+#ifndef QT_COMP_H
+#define QT_COMP_H
DECL_COMPONENT(sorenson3,"SMD_ComponentDispatch",1)
DECL_COMPONENT(sorenson,"SorensonYUV9Dispatcher",1)
@@ -25,3 +27,4 @@ DECL_COMPONENT(mace3d,"Mace3DecompDispatch",0)
//DECL_COMPONENT(,"",0)
+#endif /* QT_COMP_H */
diff --git a/loader/qt_fv.h b/loader/qt_fv.h
index 6531e4a1c1..354b12c98b 100644
--- a/loader/qt_fv.h
+++ b/loader/qt_fv.h
@@ -1,3 +1,6 @@
+#ifndef QT_FV_H
+#define QT_FV_H
+
typedef struct qt_fv_s {
unsigned int id;
char* name;
@@ -1584,3 +1587,5 @@ qt_fv_t qt_fv_list[]={
{ 0x270028, "TENumStyles"},
{ 0x270029, "TEFeatureFlag"},
{ 0,NULL } };
+
+#endif /* QT_FV_H */
diff --git a/loader/qtx/qtxsdk/components.h b/loader/qtx/qtxsdk/components.h
index 4609124304..ac7d192a38 100644
--- a/loader/qtx/qtxsdk/components.h
+++ b/loader/qtx/qtxsdk/components.h
@@ -1,3 +1,6 @@
+#ifndef COMPONENTS_H
+#define COMPONENTS_H
+
// Basic types:
typedef char * Ptr;
@@ -739,3 +742,4 @@ static inline void dump_CodecDecompressParams(void* xxx){
}
+#endif /* COMPONENTS_H */
diff --git a/loader/qtx/qtxsdk/select.h b/loader/qtx/qtxsdk/select.h
index 14e216528e..cf0b890224 100644
--- a/loader/qtx/qtxsdk/select.h
+++ b/loader/qtx/qtxsdk/select.h
@@ -1,3 +1,5 @@
+#ifndef SELECT_H
+#define SELECT_H
enum {
kComponentOpenSelect = -1, /* ComponentInstance for this open */
@@ -66,3 +68,5 @@ enum {
kImageCodecScheduleFrameSelect = 0x0208,
kImageCodecCancelTriggerSelect = 0x0209
};
+
+#endif /* SELECT_H */