summaryrefslogtreecommitdiffstats
path: root/loader/registry.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-23 14:50:55 +0000
commitbb7b132e08455afc0db5f1473d070801ffbfa455 (patch)
tree2dbbafeaa101cc052a9aa8058192ff287a94dbd9 /loader/registry.h
parent55e51ffed41c65cb0a4c8ea43d837e0b86fae100 (diff)
downloadmpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.bz2
mpv-bb7b132e08455afc0db5f1473d070801ffbfa455.tar.xz
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26077 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/registry.h')
-rw-r--r--loader/registry.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/registry.h b/loader/registry.h
index 36fadf204a..4e5e708f30 100644
--- a/loader/registry.h
+++ b/loader/registry.h
@@ -1,5 +1,5 @@
-#ifndef AVIFILE_REGISTRY_H
-#define AVIFILE_REGISTRY_H
+#ifndef MPLAYER_REGISTRY_H
+#define MPLAYER_REGISTRY_H
/********************************************************
*
@@ -30,7 +30,7 @@ long __stdcall RegCreateKeyExA(long key, const char* name, long reserved,
long __stdcall RegSetValueExA(long key, const char* name, long v1, long v2,
const void* data, long size);
-#ifdef WINE_WINERROR_H
+#ifdef MPLAYER_WINERROR_H
long __stdcall RegEnumKeyExA(HKEY hKey, DWORD dwIndex, LPSTR lpName, LPDWORD lpcbName,
LPDWORD lpReserved, LPSTR lpClass, LPDWORD lpcbClass,
@@ -42,4 +42,4 @@ long __stdcall RegEnumValueA(HKEY hkey, DWORD index, LPSTR value, LPDWORD val_co
};
#endif
-#endif /* AVIFILE_REGISTRY_H */
+#endif /* MPLAYER_REGISTRY_H */