roken: Make sure we have MAX_PATH
This commit is contained in:

committed by
Nico Williams

parent
a152c4c808
commit
073ffd0423
@@ -166,6 +166,10 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef MAX_PATH
|
||||
#define MAX_PATH PATH_MAX
|
||||
#endif
|
||||
|
||||
#ifndef RETSIGTYPE
|
||||
#define RETSIGTYPE void
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user