1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00

Fix MacOS build

This commit is contained in:
Rémi Denis-Courmont 2012-01-24 21:05:22 +02:00
parent d832507736
commit f6587cd61c
2 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,10 @@
#include <dlfcn.h>
#include <mach-o/dyld.h>
#ifndef MAXPATHLEN
# define MAXPATHLEN 1024
#endif
static char *configdir = NULL;
static pthread_once_t once = PTHREAD_ONCE_INIT;

View File

@ -37,10 +37,6 @@
# include <locale.h>
#endif
#ifndef MAXPATHLEN
# define MAXPATHLEN 1024
#endif
/*****************************************************************************
* system_Init: fill in program path & retrieve language
*****************************************************************************/