roken: Make sure we have MAX_PATH

This commit is contained in:
Nicolas Williams
2017-10-12 23:48:28 -05:00
committed by Nico Williams
parent a152c4c808
commit 073ffd0423

View File

@@ -166,6 +166,10 @@
#endif
#endif
#ifndef MAX_PATH
#define MAX_PATH PATH_MAX
#endif
#ifndef RETSIGTYPE
#define RETSIGTYPE void
#endif