mirror of https://github.com/mpv-player/mpv
#include the appropriate header instead of using local declarations.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28268 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
824abb5a65
commit
e117f31d23
|
@ -21,11 +21,11 @@
|
|||
#include "ext.h"
|
||||
#include "registry.h"
|
||||
|
||||
#include "get_path.h"
|
||||
|
||||
//#undef TRACE
|
||||
//#define TRACE printf
|
||||
|
||||
char *get_path(const char*);
|
||||
|
||||
// ...can be set before init_registry() call
|
||||
char* regpathname = NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue