mirror of
https://github.com/mpv-player/mpv
synced 2025-04-11 04:01:31 +00:00
Fix linking on Windows.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24286 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cbbbb1dbc9
commit
38af490489
@ -21,6 +21,10 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
char *get_path(const char *filename){
|
char *get_path(const char *filename){
|
||||||
char *homedir;
|
char *homedir;
|
||||||
char *buff;
|
char *buff;
|
||||||
|
Loading…
Reference in New Issue
Block a user