Define PATH_MAX if it isn't already

This commit is contained in:
Chris Robinson 2009-08-19 12:59:40 -07:00
parent 487f0dde75
commit 276ee63b99

View File

@ -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;