mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 02:41:13 +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>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
char *get_path(const char *filename){
|
||||
char *homedir;
|
||||
char *buff;
|
||||
|
Loading…
Reference in New Issue
Block a user