1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00
mpv/osdep/path.h
wm4 1298dbdf01 osdep/path: remove ifdefs
They're not really needed, so kill them.
2013-09-18 19:42:19 +02:00

10 lines
238 B
C

#ifndef OSDEP_PATH_H
#define OSDEP_PATH_H
char *mp_get_win_config_path(const char *filename);
// Returns absolute path of a resource file in a Mac OS X application bundle.
char *mp_get_macosx_bundled_path(const char *filename);
#endif