summaryrefslogtreecommitdiffstats
path: root/osdep/path.h
blob: 26b8cd344e42167bc84bb3d4fd4227800835fad9 (plain)
1
2
3
4
5
6
7
8
#ifndef OSDEP_PATH_H
#define OSDEP_PATH_H

#ifdef _WIN32
char *mp_get_win_config_path(const char *filename);
#endif

#endif