comparison loader/wine/elfdll.h @ 26045:a8ea87c71d18

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Sat, 23 Feb 2008 14:50:55 +0000
parents c98c9e7f3bd0
children 4790fe65b11a
comparison
equal deleted inserted replaced
26044:7a541b991b85 26045:a8ea87c71d18
1 #ifndef WINE_ELFDLL_H 1 #ifndef MPLAYER_ELFDLL_H
2 #define WINE_ELFDLL_H 2 #define MPLAYER_ELFDLL_H
3 3
4 #include "module.h" 4 #include "module.h"
5 #include "windef.h" 5 #include "windef.h"
6 6
7 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags); 7 WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags);
9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm); 9 void ELFDLL_UnloadLibrary(WINE_MODREF *wm);
10 10
11 void *ELFDLL_dlopen(const char *libname, int flags); 11 void *ELFDLL_dlopen(const char *libname, int flags);
12 extern char *extra_ld_library_path; 12 extern char *extra_ld_library_path;
13 13
14 #endif /* WINE_ELFDLL_H */ 14 #endif /* MPLAYER_ELFDLL_H */