OSX didn't know about MAX_PATH, had to include limits.h; Use heap not stack memory

This commit is contained in:
Jens Steube
2016-06-24 21:40:11 +02:00
parent 6d2aa559a6
commit 1550b9de07
2 changed files with 8 additions and 3 deletions
+1
View File
@@ -48,6 +48,7 @@
#include <sys/ioctl.h>
#include <mach-o/dyld.h>
#include <mach/mach.h>
#include <limits.h>
#endif
typedef void *OCL_LIB;