mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
loader: Move local_wm extern variable declaration to loader.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32161 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e02012a4af
commit
be67d71493
@ -18,6 +18,7 @@
|
||||
#include "wine/debugtools.h"
|
||||
#include "wine/winerror.h"
|
||||
#include "debug.h"
|
||||
#include "loader.h"
|
||||
#include "path.h"
|
||||
|
||||
//DEFAULT_DEBUG_CHANNEL(elfdll)
|
||||
@ -29,10 +30,6 @@
|
||||
#include <dlfcn.h>
|
||||
|
||||
|
||||
//WINE_MODREF *local_wm=NULL;
|
||||
extern modref_list* local_wm;
|
||||
|
||||
|
||||
/*------------------ HACKS -----------------*/
|
||||
DWORD fixup_imports(WINE_MODREF *wm);
|
||||
void dump_exports(HMODULE hModule);
|
||||
|
@ -19,6 +19,10 @@
|
||||
#include "wine/mmreg.h"
|
||||
#include "wine/vfw.h"
|
||||
#include "wine/msacm.h"
|
||||
#include "wine/module.h"
|
||||
|
||||
|
||||
extern modref_list* local_wm;
|
||||
|
||||
unsigned int GetPrivateProfileIntA_(const char* appname, const char* keyname, int default_value, const char* filename);
|
||||
int GetPrivateProfileStringA_(const char* appname, const char* keyname,
|
||||
|
Loading…
Reference in New Issue
Block a user