summaryrefslogtreecommitdiffstats
path: root/vidix/dhahelperwin/dhahelper.h
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/dhahelperwin/dhahelper.h')
-rw-r--r--vidix/dhahelperwin/dhahelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vidix/dhahelperwin/dhahelper.h b/vidix/dhahelperwin/dhahelper.h
index 9145e412cf..2cb84c9eb8 100644
--- a/vidix/dhahelperwin/dhahelper.h
+++ b/vidix/dhahelperwin/dhahelper.h
@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*****************************************************************************/
-#ifndef DHAHELPER_H
-#define DHAHELPER_H
+#ifndef MPLAYER_DHAHELPER_H
+#define MPLAYER_DHAHELPER_H
// Define the various device type values. Note that values used by Microsoft
// Corporation are in the range 0-32767, and 32768-65535 are reserved for use
@@ -68,4 +68,4 @@ struct __attribute__((__packed__)) dhahelper_t {
typedef struct dhahelper_t dhahelper_t;
-#endif /* DHAHELPER_H */
+#endif /* MPLAYER_DHAHELPER_H */