summaryrefslogtreecommitdiffstats
path: root/loader/wine/pe_image.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/wine/pe_image.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/wine/pe_image.h')
-rw-r--r--loader/wine/pe_image.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/wine/pe_image.h b/loader/wine/pe_image.h
index f8d0139d3a..6f3ac6b498 100644
--- a/loader/wine/pe_image.h
+++ b/loader/wine/pe_image.h
@@ -1,5 +1,5 @@
-#ifndef WINE_PE_IMAGE_H
-#define WINE_PE_IMAGE_H
+#ifndef MPLAYER_PE_IMAGE_H
+#define MPLAYER_PE_IMAGE_H
#include "winnt.h"
#include "winbase.h"
@@ -78,4 +78,4 @@ extern struct wine_modref *ELF_LoadLibraryExA( LPCSTR libname, DWORD flags);
extern void ELF_UnloadLibrary(struct wine_modref *);
extern FARPROC ELF_FindExportedFunction(struct wine_modref *wm, LPCSTR funcName);
-#endif /* WINE_PE_IMAGE_H */
+#endif /* MPLAYER_PE_IMAGE_H */