Define PATH_MAX if it isn't already
This commit is contained in:
parent
487f0dde75
commit
276ee63b99
@ -83,6 +83,10 @@ MAKE_FUNC(pa_stream_disconnect);
|
||||
MAKE_FUNC(pa_threaded_mainloop_lock);
|
||||
#undef MAKE_FUNC
|
||||
|
||||
#ifndef PATH_MAX
|
||||
#define PATH_MAX 4096
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
ALCdevice *device;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user