summaryrefslogtreecommitdiffstats
path: root/vidix/dhahelperwin
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-22 17:32:36 +0000
commit584fe5daf2c9de92bf3e3d32c81ab19610dedd7d (patch)
tree997b8d00947b94c136737f9e435288b93c67b3e6 /vidix/dhahelperwin
parent8efb2fa21c81f99b37795621f9ec2bc125c6ced0 (diff)
downloadmpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.bz2
mpv-584fe5daf2c9de92bf3e3d32c81ab19610dedd7d.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26062 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/dhahelperwin')
-rw-r--r--vidix/dhahelperwin/dhahelper.h6
-rw-r--r--vidix/dhahelperwin/ntverp.h6
2 files changed, 6 insertions, 6 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 */
diff --git a/vidix/dhahelperwin/ntverp.h b/vidix/dhahelperwin/ntverp.h
index ad2892918d..5d94e60573 100644
--- a/vidix/dhahelperwin/ntverp.h
+++ b/vidix/dhahelperwin/ntverp.h
@@ -13,8 +13,8 @@
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
*/
-#ifndef NTVERP_H
-#define NTVERP_H
+#ifndef MPLAYER_NTVERP_H
+#define MPLAYER_NTVERP_H
//
// Windows NT Build 3790.1830
@@ -153,4 +153,4 @@
#define VER_LEGALTRADEMARKS_STR \
"ReactOS(R) is a registered trademark of the ReactOS Foundation."
-#endif /* NTVERP_H */
+#endif /* MPLAYER_NTVERP_H */